]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
staging: octeon: type change from uint<bits>_t to u<bits>
authorYoelvis Oliveros <yoelvisoliveros@gmail.com>
Tue, 10 Feb 2026 14:48:25 +0000 (14:48 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Feb 2026 14:41:41 +0000 (15:41 +0100)
commitc6b7a9a248e9257ada0a7bf3bd3ed1be7efb51b7
tree1d61abc0ddb559a562e5c145d18423664e172ff0
parenteefd687afb48c9ec610d1353b327f567fe1de521
staging: octeon: type change from uint<bits>_t to u<bits>

Runing the ckeckpatch.pl on the staging/octeon driver they where using
uint<8/16/32/64>_T as type declaration and the checkpatch.pl was
putting a [CHECK] flag on those and that they should be change to
u<8/16/32/64>

Signed-off-by: Yoelvis Oliveros <yoelvisoliveros@gmail.com>
Link: https://patch.msgid.link/aYtDmUdoYPL58uVO@archlinux
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/octeon/octeon-stubs.h