diff options
author | Masanari Iida <standby24x7@gmail.com> | 2014-11-05 08:26:48 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-11-20 08:56:11 -0500 |
commit | 6774def6422f6eac53f1828c317bf3b08a8f5a60 (patch) | |
tree | 18c39aa5062202e7efa5e3f4d119abf79e90515d /drivers/isdn | |
parent | cbd2551628c50816b479e7689641f553f1aa688e (diff) |
treewide: fix typo in printk and Kconfig
This patch fix spelling typo in printk and Kconfig within
various part of kernel sources.
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/mISDN/l1oip_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/mISDN/l1oip_core.c b/drivers/isdn/mISDN/l1oip_core.c index 9f454d76cc06..67c21876c35f 100644 --- a/drivers/isdn/mISDN/l1oip_core.c +++ b/drivers/isdn/mISDN/l1oip_core.c | |||
@@ -1334,7 +1334,7 @@ init_card(struct l1oip *hc, int pri, int bundle) | |||
1334 | if (id[l1oip_cnt] == 0) { | 1334 | if (id[l1oip_cnt] == 0) { |
1335 | printk(KERN_WARNING "Warning: No 'id' value given or " | 1335 | printk(KERN_WARNING "Warning: No 'id' value given or " |
1336 | "0, this is highly unsecure. Please use 32 " | 1336 | "0, this is highly unsecure. Please use 32 " |
1337 | "bit randmom number 0x...\n"); | 1337 | "bit random number 0x...\n"); |
1338 | } | 1338 | } |
1339 | hc->id = id[l1oip_cnt]; | 1339 | hc->id = id[l1oip_cnt]; |
1340 | if (debug & DEBUG_L1OIP_INIT) | 1340 | if (debug & DEBUG_L1OIP_INIT) |