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>
This commit is contained in:

zatwierdzone przez
Jiri Kosina

rodzic
cbd2551628
commit
6774def642
@@ -1334,7 +1334,7 @@ init_card(struct l1oip *hc, int pri, int bundle)
|
||||
if (id[l1oip_cnt] == 0) {
|
||||
printk(KERN_WARNING "Warning: No 'id' value given or "
|
||||
"0, this is highly unsecure. Please use 32 "
|
||||
"bit randmom number 0x...\n");
|
||||
"bit random number 0x...\n");
|
||||
}
|
||||
hc->id = id[l1oip_cnt];
|
||||
if (debug & DEBUG_L1OIP_INIT)
|
||||
|
Reference in New Issue
Block a user