We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b238e38 commit 9df5e79Copy full SHA for 9df5e79
arch/x86/tools/insn_sanity.c
@@ -253,9 +253,9 @@ int main(int argc, char **argv)
253
}
254
255
fprintf((errors) ? stderr : stdout,
256
- "%s: %s: decoded and checked %d %s instructions with %d errors (seed:0x%x)\n",
+ " %s: %s: Decoded and checked %d %s instructions with %d errors (seed:0x%x)\n",
257
prog,
258
- (errors) ? "Failure" : "Success",
+ (errors) ? "failure" : "success",
259
insns,
260
(input_file) ? "given" : "random",
261
errors,
0 commit comments