Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

HID: lg: fix a typo in descriptors comments s/Joystik/Joystick/

Signed-off-by: Antonio Ospite <ao2@ao2.it>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Antonio Ospite and committed by
Jiri Kosina
bfb61abf 0c4b3c63

+5 -5
+5 -5
drivers/hid/hid-lg.c
··· 61 61 */ 62 62 static __u8 df_rdesc_fixed[] = { 63 63 0x05, 0x01, /* Usage Page (Desktop), */ 64 - 0x09, 0x04, /* Usage (Joystik), */ 64 + 0x09, 0x04, /* Usage (Joystick), */ 65 65 0xA1, 0x01, /* Collection (Application), */ 66 66 0xA1, 0x02, /* Collection (Logical), */ 67 67 0x95, 0x01, /* Report Count (1), */ ··· 127 127 128 128 static __u8 dfp_rdesc_fixed[] = { 129 129 0x05, 0x01, /* Usage Page (Desktop), */ 130 - 0x09, 0x04, /* Usage (Joystik), */ 130 + 0x09, 0x04, /* Usage (Joystick), */ 131 131 0xA1, 0x01, /* Collection (Application), */ 132 132 0xA1, 0x02, /* Collection (Logical), */ 133 133 0x95, 0x01, /* Report Count (1), */ ··· 175 175 176 176 static __u8 fv_rdesc_fixed[] = { 177 177 0x05, 0x01, /* Usage Page (Desktop), */ 178 - 0x09, 0x04, /* Usage (Joystik), */ 178 + 0x09, 0x04, /* Usage (Joystick), */ 179 179 0xA1, 0x01, /* Collection (Application), */ 180 180 0xA1, 0x02, /* Collection (Logical), */ 181 181 0x95, 0x01, /* Report Count (1), */ ··· 242 242 243 243 static __u8 momo_rdesc_fixed[] = { 244 244 0x05, 0x01, /* Usage Page (Desktop), */ 245 - 0x09, 0x04, /* Usage (Joystik), */ 245 + 0x09, 0x04, /* Usage (Joystick), */ 246 246 0xA1, 0x01, /* Collection (Application), */ 247 247 0xA1, 0x02, /* Collection (Logical), */ 248 248 0x95, 0x01, /* Report Count (1), */ ··· 288 288 289 289 static __u8 momo2_rdesc_fixed[] = { 290 290 0x05, 0x01, /* Usage Page (Desktop), */ 291 - 0x09, 0x04, /* Usage (Joystik), */ 291 + 0x09, 0x04, /* Usage (Joystick), */ 292 292 0xA1, 0x01, /* Collection (Application), */ 293 293 0xA1, 0x02, /* Collection (Logical), */ 294 294 0x95, 0x01, /* Report Count (1), */