]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
HID: wiimote: Fix table layout and whitespace errors
authorJ. Neuschäfer <j.ne@posteo.net>
Thu, 26 Mar 2026 14:03:48 +0000 (15:03 +0100)
committerBenjamin Tissoires <bentiss@kernel.org>
Mon, 1 Jun 2026 16:25:08 +0000 (18:25 +0200)
commit12b7731995ca577d86e02196e99ba9c126f47282
tree9f0d439ff8cf74498707a2e8e69f560b8efd521e
parente6f4f084ecd876a333c4cf13d0229217dbfcd8e8
HID: wiimote: Fix table layout and whitespace errors

Some tab characters snuck into the data layout table for turntable
extensions, which resulted in the table only looking right at a tabstop
of 4, which is uncommon in the kernel. Change them to the equivalent
amount of spaces, which should look correct in any editor.

While at it, also fix the other whitespace errors (trailing spaces at
end of line) introduced in the same commit.

Fixes: 05086f3db530b3 ("HID: wiimote: Add support for the DJ Hero turntable")
Reviewed-by: David Rheinsberg <david@readahead.eu>
Signed-off-by: J. Neuschäfer <j.ne@posteo.net>
Signed-off-by: Benjamin Tissoires <bentiss@kernel.org>
drivers/hid/hid-wiimote-modules.c