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:

committed by
Jiri Kosina

orang tua
cbd2551628
melakukan
6774def642
@@ -1090,7 +1090,7 @@ tape_3590_print_io_sim_msg_f1(struct tape_device *device, struct irb *irb)
|
||||
"channel path 0x%x on CU",
|
||||
sense->fmt.f71.md[1]);
|
||||
else
|
||||
snprintf(service, BUFSIZE, "Repair will disable cannel"
|
||||
snprintf(service, BUFSIZE, "Repair will disable channel"
|
||||
" paths (0x%x-0x%x) on CU",
|
||||
sense->fmt.f71.md[1], sense->fmt.f71.md[2]);
|
||||
break;
|
||||
@@ -1481,7 +1481,7 @@ tape_3590_irq(struct tape_device *device, struct tape_request *request,
|
||||
}
|
||||
|
||||
if (irb->scsw.cmd.dstat & DEV_STAT_CHN_END) {
|
||||
DBF_EVENT(2, "cannel end\n");
|
||||
DBF_EVENT(2, "channel end\n");
|
||||
return TAPE_IO_PENDING;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user