]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Input: atkbd - switch to using explicitly sized types
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Sat, 21 Feb 2026 03:12:12 +0000 (19:12 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sun, 1 Mar 2026 02:20:49 +0000 (18:20 -0800)
commitb96fee7ddb0d1908d3466cc8848e6336b8b7f467
treeaa4880e0e071aa61a1d7f89703b8f549e716b551
parent9df4a9d2129f779449c0cbc1bd9ce37451d8b4f3
Input: atkbd - switch to using explicitly sized types

Instead of using "unsigned short" and "unsigned char" for holding 16-bit
and 8-bit data, switch to using common in kernel u16 and u8.

Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/keyboard/atkbd.c