aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/microblaze/kernel/syscalls/syscallhdr.sh
diff options
context:
space:
mode:
Diffstat (limited to 'arch/microblaze/kernel/syscalls/syscallhdr.sh')
-rw-r--r--arch/microblaze/kernel/syscalls/syscallhdr.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/kernel/syscalls/syscallhdr.sh b/arch/microblaze/kernel/syscalls/syscallhdr.sh
index 2e9062a926a3..a914854f8d9f 100644
--- a/arch/microblaze/kernel/syscalls/syscallhdr.sh
+++ b/arch/microblaze/kernel/syscalls/syscallhdr.sh
@@ -32,5 +32,5 @@ grep -E "^[0-9A-Fa-fXx]+[[:space:]]+${my_abis}" "$in" | sort -n | (
printf "#define __NR_syscalls\t%s\n" "${nxt}"
printf "#endif\n"
printf "\n"
- printf "#endif /* %s */" "${fileguard}"
+ printf "#endif /* %s */\n" "${fileguard}"
) > "$out"