X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=scripts%2Fkernel-doc;h=ba3d9dfada528eed772adaa665806459718ebb11;hb=2b846c841db527fe9afff23b70c265b1809cd792;hp=d793001929cf40c0e3a773927ac047878a81df30;hpb=bfb91fb650e988c3c347e50fc75fedb7d4f0c018;p=pandora-kernel.git diff --git a/scripts/kernel-doc b/scripts/kernel-doc index d793001929cf..ba3d9dfada52 100755 --- a/scripts/kernel-doc +++ b/scripts/kernel-doc @@ -2044,6 +2044,9 @@ sub process_file($) { $section_counter = 0; while () { + while (s/\\\s*$//) { + $_ .= ; + } if ($state == 0) { if (/$doc_start/o) { $state = 1; # next line is always the function name