]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
HID: playstation: Replace uint{32,16,8}_t with u{32,16,8}
authorCristian Ciocaltea <cristian.ciocaltea@collabora.com>
Tue, 24 Jun 2025 21:56:48 +0000 (00:56 +0300)
committerJiri Kosina <jkosina@suse.com>
Wed, 17 Sep 2025 09:33:43 +0000 (11:33 +0200)
commit134a40c9d6d9bf27a6743e65eebdb81985880712
tree9859fa003da22842ee0c21d67a130ebb6859e9db
parenta38d070ffe338710037f6a45767542ce249c61a0
HID: playstation: Replace uint{32,16,8}_t with u{32,16,8}

And get rid of the following checkpatch.pl complaints:

  CHECK: Prefer kernel type 'u32' over 'uint32_t'
  CHECK: Prefer kernel type 'u16' over 'uint16_t'
  CHECK: Prefer kernel type 'u8' over 'uint8_t'

Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>
Reviewed-by: Benjamin Tissoires <bentiss@kernel.org>
Tested-by: Benjamin Tissoires <bentiss@kernel.org>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
drivers/hid/hid-playstation.c