fs/hfsplus: fix pr_foo() and hfs_dbg formats
Signed-off-by: Fabian Frederick <fabf@skynet.be> Suggested-By: Vyacheslav Dubeyko <slava@dubeyko.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:

committed by
Linus Torvalds

parent
ffbc067161
commit
b73f3d0e70
@@ -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);
|
||||
|
Reference in New Issue
Block a user