xfs: change 0x%p -> %p in print messages

Since %p prepends "0x" to the outputted string, we can drop the prefix.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
This commit is contained in:
Darrick J. Wong
2018-01-09 11:43:36 -08:00
parent c219b01579
commit 3d170aa242
6 changed files with 28 additions and 28 deletions

View File

@@ -878,7 +878,7 @@ xfs_do_force_shutdown(
if (!(flags & SHUTDOWN_FORCE_UMOUNT)) {
xfs_notice(mp,
"%s(0x%x) called from line %d of file %s. Return address = 0x%p",
"%s(0x%x) called from line %d of file %s. Return address = %p",
__func__, flags, lnnum, fname, __return_address);
}
/*