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

media: rc: rc-main.c: deleted the repeated word

deleted the repeated word 'the' in the comments.

Signed-off-by: lijian <lijian@yulong.com>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>

authored by

lijian and committed by
Mauro Carvalho Chehab
86541f04 adb08a09

+1 -1
+1 -1
drivers/media/rc/rc-main.c
··· 1940 1940 kfree(path); 1941 1941 1942 1942 /* 1943 - * once the the input device is registered in rc_setup_rx_device, 1943 + * once the input device is registered in rc_setup_rx_device, 1944 1944 * userspace can open the input device and rc_open() will be called 1945 1945 * as a result. This results in driver code being allowed to submit 1946 1946 * keycodes with rc_keydown, so lirc must be registered first.