media: rc: rc-main.c: deleted the repeated word
authorlijian <lijian@yulong.com>
Thu, 10 Jun 2021 09:27:25 +0000 (11:27 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 12 Jul 2021 12:26:23 +0000 (14:26 +0200)
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>
drivers/media/rc/rc-main.c

index 8e88dc8ea6c5ee99351dc44457ce3748dbc2d0c7..b90438a71c800f9ffede4cce07255d0fb46eba65 100644 (file)
@@ -1940,7 +1940,7 @@ int rc_register_device(struct rc_dev *dev)
        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
         * as a result. This results in driver code being allowed to submit
         * keycodes with rc_keydown, so lirc must be registered first.