From: Andreas Gruenbacher Date: Mon, 11 Jan 2016 03:44:05 +0000 (+1100) Subject: fsx: Fix hex numbers in operation dump X-Git-Tag: v2022.05.01~2691 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=c8ba07126c43f4a64b111a5c04198dca0e09b0be;p=users%2Fhch%2Fxfstests-dev.git fsx: Fix hex numbers in operation dump Some hex numbers are prefixed with "0x" and right-aligned with spaces, leading to output like "0x beef". Make that "0x0beef" instead. Signed-off-by: Andreas Gruenbacher Reviewed-by: Dave Chinner Signed-off-by: Dave Chinner --- diff --git a/ltp/fsx.c b/ltp/fsx.c index 805fdfb03..16d74c0c0 100644 --- a/ltp/fsx.c +++ b/ltp/fsx.c @@ -447,10 +447,10 @@ check_buffers(unsigned offset, unsigned size) if (c != t) { if (n < 16) { bad = short_at(&temp_buf[i]); - prt("0x%5x\t0x%04x\t0x%04x", offset, + prt("0x%05x\t0x%04x\t0x%04x", offset, short_at(&good_buf[offset]), bad); op = temp_buf[offset & 1 ? i+1 : i]; - prt("\t0x%5x\n", n); + prt("\t0x%05x\n", n); if (op) prt("operation# (mod 256) for " "the bad data may be %u\n",