diff mbox series

Input: joydev - Fix comment typo

Message ID 20220804120800.60415-1-wangborong@cdjrlc.com (mailing list archive)
State Accepted
Commit 5db8a0d31cab2798f693a360628dcafaee1ecce9
Headers show
Series Input: joydev - Fix comment typo | expand

Commit Message

Jason Wang Aug. 4, 2022, 12:08 p.m. UTC
The double `from' is duplicated in the comment, remove one.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
---
 drivers/input/joydev.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Dmitry Torokhov Sept. 25, 2022, 7:19 a.m. UTC | #1
On Thu, Aug 04, 2022 at 08:08:00PM +0800, Jason Wang wrote:
> The double `from' is duplicated in the comment, remove one.
> 
> Signed-off-by: Jason Wang <wangborong@cdjrlc.com>

Applied, thank you.
diff mbox series

Patch

diff --git a/drivers/input/joydev.c b/drivers/input/joydev.c
index b45ddb457002..5824bca02e5a 100644
--- a/drivers/input/joydev.c
+++ b/drivers/input/joydev.c
@@ -746,7 +746,7 @@  static void joydev_cleanup(struct joydev *joydev)
 }
 
 /*
- * These codes are copied from from hid-ids.h, unfortunately there is no common
+ * These codes are copied from hid-ids.h, unfortunately there is no common
  * usb_ids/bt_ids.h header.
  */
 #define USB_VENDOR_ID_SONY			0x054c