From dd7ac335a49808284bd2a259781b2f5cc57e4ad8 Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Sun, 25 Jun 2006 05:47:48 -0700 Subject: [PATCH] --- yaml --- r: 29706 b: refs/heads/master c: 232acbcf5304c29f5bb03b0dddeaefd0f98ef45e h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/scripts/kernel-doc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index eb86ec268793..0a292d0b4a3c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 05189497d10c715bf41c05fb2fd89aa2cf7602f1 +refs/heads/master: 232acbcf5304c29f5bb03b0dddeaefd0f98ef45e diff --git a/trunk/scripts/kernel-doc b/trunk/scripts/kernel-doc index fc0835bf65e2..21f2f3fee745 100755 --- a/trunk/scripts/kernel-doc +++ b/trunk/scripts/kernel-doc @@ -1779,7 +1779,7 @@ sub process_file($) { $prototype = ""; $state = 3; $brcount = 0; -# print STDERR "end of doc comment, looking for prototype\n"; +# print STDERR "end of doc comment, looking for prototype\n"; } elsif (/$doc_content/) { # miguel-style comment kludge, look for blank lines after # @parameter line to signify start of description @@ -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 {