]> www.infradead.org Git - users/jedix/linux-maple.git/commit
staging: gpib: gpib_bitbang: u8 over uint8_t
authorMichael Rubin <matchstick@neverthere.org>
Thu, 17 Apr 2025 00:45:26 +0000 (00:45 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Apr 2025 09:11:36 +0000 (11:11 +0200)
commitaa7f3b35ac16fd4dda0266c4b2681ba0ac3d91b4
tree3a5ea4027960328afe2b8d355dfa18daa9bbabb1
parent1128aab1b5d9d60c2fc6b95f0046204475699aeb
staging: gpib: gpib_bitbang: u8 over uint8_t

Reported by checkpatch.pl.

CHECK: Prefer kernel type 'u8' over 'uint8_t'

Signed-off-by: Michael Rubin <matchstick@neverthere.org>
Link: https://lore.kernel.org/r/20250417004533.86765-8-matchstick@neverthere.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gpib/gpio/gpib_bitbang.c