Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 232acbcf authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds
Browse files

[PATCH] kernel-doc: script cleanups



Fix indentation.
Quote a brace '{' so that vi won't be fooled by it.

Signed-off-by: default avatarRandy Dunlap <rdunlap@xenotime.net>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 05189497
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1796,7 +1796,7 @@ sub process_file($) {
		print STDERR "Warning(${file}:$.): bad line: $_";
		++$warnings;
	    }
	} elsif ($state == 3) {	# scanning for function { (end of prototype)
	} elsif ($state == 3) {	# scanning for function '{' (end of prototype)
	    if ($decl_type eq 'function') {
	        process_state3_function($_, $file);
	    } else {