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

Configure Feed

Select the types of activity you want to include in your feed.

HID: hid-debug: Fix spelling mistake "Rechargable" -> "Rechargeable"

There is a spelling mistake in HID description. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.com>

authored by

Colin Ian King and committed by
Jiri Kosina
a7cdc208 083a4f3f

+1 -1
+1 -1
drivers/hid/hid-debug.c
··· 2523 2523 { 0x85, 0x0088, "iDeviceName" }, 2524 2524 { 0x85, 0x0089, "iDeviceChemistry" }, 2525 2525 { 0x85, 0x008a, "ManufacturerData" }, 2526 - { 0x85, 0x008b, "Rechargable" }, 2526 + { 0x85, 0x008b, "Rechargeable" }, 2527 2527 { 0x85, 0x008c, "WarningCapacityLimit" }, 2528 2528 { 0x85, 0x008d, "CapacityGranularity1" }, 2529 2529 { 0x85, 0x008e, "CapacityGranularity2" },