Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217591
b: refs/heads/master
c: 03f1df7
h: refs/heads/master
i:
  217589: 9097f2c
  217587: 3c554b4
  217583: 19b898a
v: v3
  • Loading branch information
Joe Perches authored and Linus Torvalds committed Oct 26, 2010
1 parent e89e5c8 commit 9ea19db
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3bf9a009fccea422bc355414a3bdf5f35fff9f36
refs/heads/master: 03f1df7da5696ddfa6e167b37e0c0ce5aad3de79
14 changes: 14 additions & 0 deletions trunk/scripts/checkpatch.pl
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,20 @@ sub help {
# We need \b after 'init' otherwise 'initconst' will cause a false positive in a check
our $Attribute = qr{
const|
__percpu|
__nocast|
__safe|
__bitwise__|
__packed__|
__packed2__|
__naked|
__maybe_unused|
__always_unused|
__noreturn|
__used|
__cold|
__noclone|
__deprecated|
__read_mostly|
__kprobes|
__(?:mem|cpu|dev|)(?:initdata|initconst|init\b)|
Expand Down

0 comments on commit 9ea19db

Please sign in to comment.