aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kernel-doc
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/kernel-doc')
-rwxr-xr-xscripts/kernel-doc2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kernel-doc b/scripts/kernel-doc
index f795660dfc7b..c154c3205df1 100755
--- a/scripts/kernel-doc
+++ b/scripts/kernel-doc
@@ -2878,7 +2878,7 @@ sub process_file($) {
2878 substr($contents, 0, 1) eq "\t") { 2878 substr($contents, 0, 1) eq "\t") {
2879 $contents = substr($contents, 1); 2879 $contents = substr($contents, 1);
2880 } 2880 }
2881 $contents .= "\n"; 2881 $contents .= "\n";
2882 } 2882 }
2883 $inline_doc_state = STATE_INLINE_TEXT; 2883 $inline_doc_state = STATE_INLINE_TEXT;
2884 # Documentation block end */ 2884 # Documentation block end */