aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/pci
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2013-04-08 13:06:50 -0400
committerJiri Kosina <jkosina@suse.cz>2013-04-12 09:21:36 -0400
commita895d57da04a4a24cda996e1a72425ff7e7e6c22 (patch)
tree39ce16341f0bd80113ad72442a14e54625d0c9c1 /drivers/media/pci
parent393b148f9d0e70cfcb0096985bb0f0742802929e (diff)
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>
Diffstat (limited to 'drivers/media/pci')
-rw-r--r--drivers/media/pci/saa7164/saa7164-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/pci/saa7164/saa7164-core.c b/drivers/media/pci/saa7164/saa7164-core.c
index 63502e7a2a76..7618fdae811e 100644
--- a/drivers/media/pci/saa7164/saa7164-core.c
+++ b/drivers/media/pci/saa7164/saa7164-core.c
@@ -54,7 +54,7 @@ MODULE_PARM_DESC(debug, "enable debug messages");
54 54
55unsigned int fw_debug; 55unsigned int fw_debug;
56module_param(fw_debug, int, 0644); 56module_param(fw_debug, int, 0644);
57MODULE_PARM_DESC(fw_debug, "Firware debug level def:2"); 57MODULE_PARM_DESC(fw_debug, "Firmware debug level def:2");
58 58
59unsigned int encoder_buffers = SAA7164_MAX_ENCODER_BUFFERS; 59unsigned int encoder_buffers = SAA7164_MAX_ENCODER_BUFFERS;
60module_param(encoder_buffers, int, 0644); 60module_param(encoder_buffers, int, 0644);