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>
This commit is contained in:
lijian 2021-06-10 11:27:25 +02:00 коммит произвёл Mauro Carvalho Chehab
Родитель adb08a0923
Коммит 86541f0480
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1940,7 +1940,7 @@ int rc_register_device(struct rc_dev *dev)
kfree(path); kfree(path);
/* /*
* once the the input device is registered in rc_setup_rx_device, * once the input device is registered in rc_setup_rx_device,
* userspace can open the input device and rc_open() will be called * userspace can open the input device and rc_open() will be called
* as a result. This results in driver code being allowed to submit * as a result. This results in driver code being allowed to submit
* keycodes with rc_keydown, so lirc must be registered first. * keycodes with rc_keydown, so lirc must be registered first.