mirror of
https://github.com/torvalds/linux.git
synced 2025-11-30 23:16:01 +07:00
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>
This commit is contained in:
committed by
Jiri Kosina
parent
083a4f3f3c
commit
a7cdc2086c
@@ -2523,7 +2523,7 @@ static const struct hid_usage_entry hid_usage_table[] = {
|
||||
{ 0x85, 0x0088, "iDeviceName" },
|
||||
{ 0x85, 0x0089, "iDeviceChemistry" },
|
||||
{ 0x85, 0x008a, "ManufacturerData" },
|
||||
{ 0x85, 0x008b, "Rechargable" },
|
||||
{ 0x85, 0x008b, "Rechargeable" },
|
||||
{ 0x85, 0x008c, "WarningCapacityLimit" },
|
||||
{ 0x85, 0x008d, "CapacityGranularity1" },
|
||||
{ 0x85, 0x008e, "CapacityGranularity2" },
|
||||
|
||||
Reference in New Issue
Block a user