summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2022-09-23 11:45:17 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2022-09-23 11:46:36 +0200
commit930954adbe10418884c2e6cf02db12f588b78bb5 (patch)
treebc7536865a597432992f5235a08cff3b1fda0476 /scripts
parenta14bf02418eb2020bc3d86a64dca68532691df42 (diff)
downloadptxdist-930954adbe10418884c2e6cf02db12f588b78bb5.tar.gz
ptxdist-930954adbe10418884c2e6cf02db12f588b78bb5.tar.xz
ptxd_make_world_lint: generate aditional new line
Each check should end with an extra new line. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/lib/ptxd_make_world_lint.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/lib/ptxd_make_world_lint.sh b/scripts/lib/ptxd_make_world_lint.sh
index 0f0186b42..40d5075ed 100644
--- a/scripts/lib/ptxd_make_world_lint.sh
+++ b/scripts/lib/ptxd_make_world_lint.sh
@@ -162,6 +162,7 @@ ptxd_make_world_lint_symbols() {
done
exec {depfd}<&-
done
+ echo
echo "Checking kconfig symbols in rule files ..."
exec {filefd}< <(ptxd_make_world_lint_makefiles)