Commit 86541f04 authored by lijian's avatar lijian Committed by Mauro Carvalho Chehab
Browse files

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



deleted the repeated word 'the' in the comments.

Signed-off-by: default avatarlijian <lijian@yulong.com>
Signed-off-by: default avatarSean Young <sean@mess.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent adb08a09
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.