Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: tools: Move "returns" after "loongson3-llsc-check"

Just move "returns" after "loongson3-llsc-check", no function changes.

Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>

authored by

Tiezhu Yang and committed by
Thomas Bogendoerfer
3a06c204 7cc8f2d5

+2 -2
+2 -2
arch/mips/tools/loongson3-llsc-check.c
··· 303 303 out_close: 304 304 close(vmlinux_fd); 305 305 out_ret: 306 - fprintf(stdout, "loongson3-llsc-check %s\n", 307 - status ? "returns failure" : "returns success"); 306 + fprintf(stdout, "loongson3-llsc-check returns %s\n", 307 + status ? "failure" : "success"); 308 308 return status; 309 309 }