From 930954adbe10418884c2e6cf02db12f588b78bb5 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Fri, 23 Sep 2022 11:45:17 +0200 Subject: ptxd_make_world_lint: generate aditional new line Each check should end with an extra new line. Signed-off-by: Michael Olbrich --- scripts/lib/ptxd_make_world_lint.sh | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3