mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 01:21:01 +07:00
checkpatch: accept any sized le/be type
We are likely going to have 24 bit types. Expand the type matcher to match any size. Signed-off-by: Andy Whitcroft <apw@shadowen.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
b132e5d586
commit
afbe8d283b
@ -159,7 +159,7 @@ our @typeList = (
|
||||
qr{float},
|
||||
qr{double},
|
||||
qr{bool},
|
||||
qr{(?:__)?(?:u|s|be|le)(?:8|16|32|64)},
|
||||
qr{(?:__)?(?:u|s|be|le)(?:\d|\d\d)},
|
||||
qr{struct\s+$Ident},
|
||||
qr{union\s+$Ident},
|
||||
qr{enum\s+$Ident},
|
||||
|
Loading…
Reference in New Issue
Block a user