Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348122
b: refs/heads/master
c: 8a7eab2
h: refs/heads/master
v: v3
  • Loading branch information
David Howells authored and Linus Torvalds committed Jan 3, 2013
1 parent d5b7a5c commit 031ce2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 3d33fcc11bdd11b6949cf5c406726a094395dc4f
refs/heads/master: 8a7eab2b54b349d005181fd971cfa027b1976c7b
6 changes: 3 additions & 3 deletions trunk/scripts/headers_install.pl
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
$line =~ s/(^|\s)(inline)\b/$1__$2__/g;
$line =~ s/(^|\s)(asm)\b(\s|[(]|$)/$1__$2__$3/g;
$line =~ s/(^|\s|[(])(volatile)\b(\s|[(]|$)/$1__$2__$3/g;
$line =~ s/#ifndef _UAPI/#ifndef /;
$line =~ s/#define _UAPI/#define /;
$line =~ s!#endif /[*] _UAPI!#endif /* !;
$line =~ s/#ifndef\s+_UAPI/#ifndef /;
$line =~ s/#define\s+_UAPI/#define /;
$line =~ s!#endif\s+/[*]\s*_UAPI!#endif /* !;
printf {$out} "%s", $line;
}
close $out;
Expand Down

0 comments on commit 031ce2b

Please sign in to comment.