Skip to content
Snippets Groups Projects
Commit 367e43c5 authored by Michal Marek's avatar Michal Marek
Browse files

link-vmlinux.sh: Fix stray "echo" in error message


Reported-by: default avatarJan Engelhardt <jengelh@inai.de>
Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
parent 0d7614f0
No related branches found
No related tags found
No related merge requests found
......@@ -211,7 +211,7 @@ if [ -n "${CONFIG_KALLSYMS}" ]; then
if ! cmp -s System.map .tmp_System.map; then
echo >&2 Inconsistent kallsyms data
echo >&2 echo Try "make KALLSYMS_EXTRA_PASS=1" as a workaround
echo >&2 Try "make KALLSYMS_EXTRA_PASS=1" as a workaround
cleanup
exit 1
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment