diff options
author | Masanari Iida <standby24x7@gmail.com> | 2013-12-09 00:22:53 +0900 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-12-19 15:10:49 +0100 |
commit | 77d84ff87e9d38072abcca665ca22cb1da41cb86 (patch) | |
tree | 63705aaa7cdb94e2a6267ab2510d76bcd624b883 /drivers/isdn | |
parent | 949b6183412cad3270a9f4bcddd7756e6ec64404 (diff) | |
download | linux-77d84ff87e9d38072abcca665ca22cb1da41cb86.tar.bz2 |
treewide: Fix typos in printk
Correct spelling typo in various part of kernel
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/isdn')
-rw-r--r-- | drivers/isdn/hisax/hfc4s8s_l1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/hisax/hfc4s8s_l1.c b/drivers/isdn/hisax/hfc4s8s_l1.c index c49c294fc81e..414dbf6da89a 100644 --- a/drivers/isdn/hisax/hfc4s8s_l1.c +++ b/drivers/isdn/hisax/hfc4s8s_l1.c @@ -1620,7 +1620,7 @@ hfc4s8s_probe(struct pci_dev *pdev, const struct pci_device_id *ent) #else if (!request_region(hw->iobase, 8, hw->card_name)) { printk(KERN_INFO - "HFC-4S/8S: failed to rquest address space at 0x%04x\n", + "HFC-4S/8S: failed to request address space at 0x%04x\n", hw->iobase); goto out; } |