From: Jason Wang Date: Sun, 25 Sep 2022 07:19:11 +0000 (-0700) Subject: Input: joydev - fix comment typo X-Git-Tag: v6.6.17~3754^2~42^2~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5db8a0d31cab2798f693a360628dcafaee1ecce9;p=platform%2Fkernel%2Flinux-rpi.git Input: joydev - fix comment typo The double `from' is duplicated in the comment, remove one. Signed-off-by: Jason Wang Link: https://lore.kernel.org/r/20220804120800.60415-1-wangborong@cdjrlc.com Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/joydev.c b/drivers/input/joydev.c index b45ddb4..5824bca 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