Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 154739
b: refs/heads/master
c: d960eea
h: refs/heads/master
i:
  154737: 1e5b814
  154735: e1d2cac
v: v3
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Jul 1, 2009
1 parent 10de9f1 commit bf12fdc
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: 5c5d4e8eafd0e54c2134c23296b1d7996c304fe1
refs/heads/master: d960eea974f5e500c0dcb95a934239cc1f481cfd
4 changes: 2 additions & 2 deletions trunk/scripts/kernel-doc
Original file line number Diff line number Diff line change
Expand Up @@ -1426,6 +1426,8 @@ sub dump_struct($$) {
# strip comments:
$members =~ s/\/\*.*?\*\///gos;
$nested =~ s/\/\*.*?\*\///gos;
# strip kmemcheck_bitfield_{begin,end}.*;
$members =~ s/kmemcheck_bitfield_.*?;//gos;

create_parameterlist($members, ';', $file);
check_sections($file, $declaration_name, "struct", $sectcheck, $struct_actual, $nested);
Expand Down Expand Up @@ -1468,8 +1470,6 @@ sub dump_enum($$) {
}

}
# strip kmemcheck_bitfield_{begin,end}.*;
$members =~ s/kmemcheck_bitfield_.*?;//gos;

output_declaration($declaration_name,
'enum',
Expand Down

0 comments on commit bf12fdc

Please sign in to comment.