Skip to content

Commit 367e43c

Browse files
committed
link-vmlinux.sh: Fix stray "echo" in error message
Reported-by: Jan Engelhardt <[email protected]> Signed-off-by: Michal Marek <[email protected]>
1 parent 0d7614f commit 367e43c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/link-vmlinux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ if [ -n "${CONFIG_KALLSYMS}" ]; then
211211

212212
if ! cmp -s System.map .tmp_System.map; then
213213
echo >&2 Inconsistent kallsyms data
214-
echo >&2 echo Try "make KALLSYMS_EXTRA_PASS=1" as a workaround
214+
echo >&2 Try "make KALLSYMS_EXTRA_PASS=1" as a workaround
215215
cleanup
216216
exit 1
217217
fi

0 commit comments

Comments
 (0)