fix comment/printk typos concerning "already"

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
Uwe Kleine-König
2010-07-02 20:41:51 +02:00
committed by Jiri Kosina
parent b27d63d8f8
commit 698f93159a
15 changed files with 16 additions and 16 deletions

View File

@@ -484,7 +484,7 @@ sfax_remove_pci(struct pci_dev *pdev)
if (card)
release_card(card);
else
pr_debug("%s: drvdata allready removed\n", __func__);
pr_debug("%s: drvdata already removed\n", __func__);
}
static struct pci_device_id sfaxpci_ids[] __devinitdata = {