diff options
-rw-r--r-- | fs/xfs/support/debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/support/debug.c b/fs/xfs/support/debug.c index c27abef7b84f..636104254cfd 100644 --- a/fs/xfs/support/debug.c +++ b/fs/xfs/support/debug.c | |||
@@ -84,5 +84,5 @@ assfail(char *expr, char *file, int line) | |||
84 | void | 84 | void |
85 | xfs_hex_dump(void *p, int length) | 85 | xfs_hex_dump(void *p, int length) |
86 | { | 86 | { |
87 | print_hex_dump(KERN_ALERT, "", DUMP_PREFIX_OFFSET, 16, 1, p, length, 1); | 87 | print_hex_dump(KERN_ALERT, "", DUMP_PREFIX_ADDRESS, 16, 1, p, length, 1); |
88 | } | 88 | } |