We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9536099 commit 46d832fCopy full SHA for 46d832f
1 file changed
scripts/checkpatch.pl
@@ -335,7 +335,7 @@ sub hash_show_words {
335
__percpu|
336
__nocast|
337
__safe|
338
- __bitwise__|
+ __bitwise|
339
__packed__|
340
__packed2__|
341
__naked|
@@ -3681,7 +3681,7 @@ sub process {
3681
$line !~ /\btypedef\s+$Type\s*\(\s*\*?$Ident\s*\)\s*\(/ &&
3682
$line !~ /\btypedef\s+$Type\s+$Ident\s*\(/ &&
3683
$line !~ /\b$typeTypedefs\b/ &&
3684
- $line !~ /\b__bitwise(?:__|)\b/) {
+ $line !~ /\b__bitwise\b/) {
3685
WARN("NEW_TYPEDEFS",
3686
"do not add new typedefs\n" . $herecurr);
3687
}
0 commit comments