treewide: Fix typo in printks
Correct spelling typos in printk and comments. 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

parent
393b148f9d
commit
a895d57da0
@@ -54,7 +54,7 @@ MODULE_PARM_DESC(debug, "enable debug messages");
|
||||
|
||||
unsigned int fw_debug;
|
||||
module_param(fw_debug, int, 0644);
|
||||
MODULE_PARM_DESC(fw_debug, "Firware debug level def:2");
|
||||
MODULE_PARM_DESC(fw_debug, "Firmware debug level def:2");
|
||||
|
||||
unsigned int encoder_buffers = SAA7164_MAX_ENCODER_BUFFERS;
|
||||
module_param(encoder_buffers, int, 0644);
|
||||
|
Reference in New Issue
Block a user