Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164533
b: refs/heads/master
c: fb9e909
h: refs/heads/master
i:
  164531: 128fa4d
v: v3
  • Loading branch information
Andy Whitcroft authored and Linus Torvalds committed Sep 22, 2009
1 parent 69384d3 commit 3f0bb12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ea71a0a019f913bdf506103bd90140d93a2b83f0
refs/heads/master: fb9e9096ba94385b738a8ad6c5864b5778285957
4 changes: 2 additions & 2 deletions trunk/scripts/checkpatch.pl
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ sub help {
}x;

our $typeTypedefs = qr{(?x:
(?:__)?(?:u|s|be|le)(?:\d|\d\d)|
(?:__)?(?:u|s|be|le)(?:8|16|32|64)|
atomic_t
)};

Expand Down Expand Up @@ -1936,7 +1936,7 @@ sub process {
# A unary '*' may be const

} elsif ($ctx =~ /.xW/) {
ERROR("Aspace prohibited after that '$op' $at\n" . $hereptr);
ERROR("space prohibited after that '$op' $at\n" . $hereptr);
}

# unary ++ and unary -- are allowed no space on one side.
Expand Down

0 comments on commit 3f0bb12

Please sign in to comment.