Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210618
b: refs/heads/master
c: 1f3a668
h: refs/heads/master
v: v3
  • Loading branch information
Johannes Berg authored and Linus Torvalds committed Sep 11, 2010
1 parent 7f39cd1 commit 677a647
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 84e1d836ef0759a152578a961894824bde89596f
refs/heads/master: 1f3a66889c4c80c821f3eadf899c140e91452f8e
2 changes: 1 addition & 1 deletion trunk/scripts/kernel-doc
Original file line number Diff line number Diff line change
Expand Up @@ -1679,7 +1679,7 @@ sub check_sections($$$$$$) {
foreach $px (0 .. $#prms) {
$prm_clean = $prms[$px];
$prm_clean =~ s/\[.*\]//;
$prm_clean =~ s/__attribute__\s*\(\([a-z,_\*\s\(\)]*\)\)//;
$prm_clean =~ s/__attribute__\s*\(\([a-z,_\*\s\(\)]*\)\)//i;
# ignore array size in a parameter string;
# however, the original param string may contain
# spaces, e.g.: addr[6 + 2]
Expand Down

0 comments on commit 677a647

Please sign in to comment.