X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=scripts%2Fkernel-doc;h=ba3d9dfada528eed772adaa665806459718ebb11;hp=d793001929cf40c0e3a773927ac047878a81df30;hb=950c0f06dd3617fd1da39d2fb28dfc5acdc7f2ce;hpb=6e4b26805a90b6682dd4ea0fd426dcda8ca5164a 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