summaryrefslogtreecommitdiff
path: root/arch/x86/tools/insn_decoder_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/tools/insn_decoder_test.c')
-rw-r--r--arch/x86/tools/insn_decoder_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/tools/insn_decoder_test.c b/arch/x86/tools/insn_decoder_test.c
index 08cd913cbd4e..8bf15c4aefa9 100644
--- a/arch/x86/tools/insn_decoder_test.c
+++ b/arch/x86/tools/insn_decoder_test.c
@@ -167,7 +167,7 @@ int main(int argc, char **argv)
pr_warn("Decoded and checked %d instructions with %d "
"failures\n", insns, warnings);
else
- fprintf(stdout, "%s: success: Decoded and checked %d"
+ fprintf(stdout, " %s: success: Decoded and checked %d"
" instructions\n", prog, insns);
return 0;
}