Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] tm6000: fix typo in parameter description

Fix typo in parameter description.

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>

authored by

Wei Yongjun and committed by
Mauro Carvalho Chehab
634b2b5c 1586342e

+1 -1
+1 -1
drivers/media/usb/tm6000/tm6000-input.c
··· 35 35 36 36 static unsigned int ir_clock_mhz = 12; 37 37 module_param(ir_clock_mhz, int, 0644); 38 - MODULE_PARM_DESC(enable_ir, "ir clock, in MHz"); 38 + MODULE_PARM_DESC(ir_clock_mhz, "ir clock, in MHz"); 39 39 40 40 #define URB_SUBMIT_DELAY 100 /* ms - Delay to submit an URB request on retrial and init */ 41 41 #define URB_INT_LED_DELAY 100 /* ms - Delay to turn led on again on int mode */