[PATCH] kernel-doc: script cleanups
Fix indentation. Quote a brace '{' so that vi won't be fooled by it. Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
05189497d1
commit
232acbcf53
@ -1796,7 +1796,7 @@ sub process_file($) {
|
|||||||
print STDERR "Warning(${file}:$.): bad line: $_";
|
print STDERR "Warning(${file}:$.): bad line: $_";
|
||||||
++$warnings;
|
++$warnings;
|
||||||
}
|
}
|
||||||
} elsif ($state == 3) { # scanning for function { (end of prototype)
|
} elsif ($state == 3) { # scanning for function '{' (end of prototype)
|
||||||
if ($decl_type eq 'function') {
|
if ($decl_type eq 'function') {
|
||||||
process_state3_function($_, $file);
|
process_state3_function($_, $file);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user