projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13901ef
)
kernel-doc: fix wrong code indentation
author
Jani Nikula
<jani.nikula@intel.com>
Thu, 26 May 2016 19:04:06 +0000
(22:04 +0300)
committer
Jani Nikula
<jani.nikula@intel.com>
Mon, 30 May 2016 10:38:59 +0000
(13:38 +0300)
No functional changes.
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
scripts/kernel-doc
patch
|
blob
|
blame
|
history
diff --git
a/scripts/kernel-doc
b/scripts/kernel-doc
index f795660dfc7be2102112923a3046861d4ebc26d9..c154c3205df1772dda6a22320062376d1bb93280 100755
(executable)
--- 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 */