From b73f3d0e70b1ff6081980d3fa64e187d1796852c Mon Sep 17 00:00:00 2001 From: Fabian Frederick Date: Fri, 6 Jun 2014 14:36:31 -0700 Subject: fs/hfsplus: fix pr_foo() and hfs_dbg formats Signed-off-by: Fabian Frederick Suggested-By: Vyacheslav Dubeyko Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- fs/hfsplus/xattr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs/hfsplus/xattr.c') diff --git a/fs/hfsplus/xattr.c b/fs/hfsplus/xattr.c index aab093c27c59..744e2618046a 100644 --- a/fs/hfsplus/xattr.c +++ b/fs/hfsplus/xattr.c @@ -70,7 +70,7 @@ static void hfsplus_init_header_node(struct inode *attr_file, loff_t tmp; hfs_dbg(ATTR_MOD, "init_hdr_attr_file: clump %u, node_size %u\n", - clump_size, node_size); + clump_size, node_size); /* The end of the node contains list of record offsets */ rec_offsets = (__be16 *)(buf + node_size); -- cgit v1.2.3