Skip to content

Commit a7cdc20

Browse files
ColinIanKingJiri Kosina
authored andcommitted
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>
1 parent 083a4f3 commit a7cdc20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/hid/hid-debug.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2523,7 +2523,7 @@ static const struct hid_usage_entry hid_usage_table[] = {
25232523
{ 0x85, 0x0088, "iDeviceName" },
25242524
{ 0x85, 0x0089, "iDeviceChemistry" },
25252525
{ 0x85, 0x008a, "ManufacturerData" },
2526-
{ 0x85, 0x008b, "Rechargable" },
2526+
{ 0x85, 0x008b, "Rechargeable" },
25272527
{ 0x85, 0x008c, "WarningCapacityLimit" },
25282528
{ 0x85, 0x008d, "CapacityGranularity1" },
25292529
{ 0x85, 0x008e, "CapacityGranularity2" },

0 commit comments

Comments
 (0)