public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [TRIVIAL PATCH] xfs: Correct misuse of %0x<decimal>
@ 2015-08-03 11:45 Joe Perches
  0 siblings, 0 replies; only message in thread
From: Joe Perches @ 2015-08-03 11:45 UTC (permalink / raw)
  To: Dave Chinner; +Cc: xfs, LKML

Correct misuse of 0x%u in logging message.

Signed-off-by: Joe Perches <joe@perches.com>
---
 fs/xfs/xfs_discard.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/xfs/xfs_discard.c b/fs/xfs/xfs_discard.c
index e85a951..272c3f8 100644
--- a/fs/xfs/xfs_discard.c
+++ b/fs/xfs/xfs_discard.c
@@ -227,7 +227,7 @@ xfs_discard_extents(
                                GFP_NOFS, 0);
                if (error && error != -EOPNOTSUPP) {
                        xfs_info(mp,
-        "discard failed for extent [0x%llu,%u], error %d",
+        "discard failed for extent [0x%llx,%u], error %d",
                                 (unsigned long long)busyp->bno,
                                 busyp->length,
                                 error);

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-08-03 11:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-03 11:45 [TRIVIAL PATCH] xfs: Correct misuse of %0x<decimal> Joe Perches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox