summaryrefslogtreecommitdiffstats
path: root/scripts/kernel-doc
diff options
context:
space:
mode:
authorJani Nikula2016-05-26 21:04:06 +0200
committerJani Nikula2016-05-30 12:38:59 +0200
commita0b96c2dbdb2c2511af407a2657d580f16c3b6f1 (patch)
treec3b5800b04de4d20cf23bbd6fe47421ebb4452d0 /scripts/kernel-doc
parentkernel-doc: do not regard $, %, or & prefixes as special in section names (diff)
downloadkernel-qcow2-linux-a0b96c2dbdb2c2511af407a2657d580f16c3b6f1.tar.gz
kernel-qcow2-linux-a0b96c2dbdb2c2511af407a2657d580f16c3b6f1.tar.xz
kernel-qcow2-linux-a0b96c2dbdb2c2511af407a2657d580f16c3b6f1.zip
kernel-doc: fix wrong code indentation
No functional changes. Signed-off-by: Jani Nikula <jani.nikula@intel.com>
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($) {
substr($contents, 0, 1) eq "\t") {
$contents = substr($contents, 1);
}
- $contents .= "\n";
+ $contents .= "\n";
}
$inline_doc_state = STATE_INLINE_TEXT;
# Documentation block end */