reiserfs: fix printk typo in lbalance.c
authorMasanari Iida <standby24x7@gmail.com>
Sun, 22 Jan 2012 14:27:00 +0000 (23:27 +0900)
committerJiri Kosina <jkosina@suse.cz>
Fri, 3 Feb 2012 21:47:38 +0000 (22:47 +0100)
Correct spelling "entry_cout" to "entry_count" in
fs/reiserfs/lbalance.c

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
fs/reiserfs/lbalance.c

index 03d85cb..b43d015 100644 (file)
@@ -975,7 +975,7 @@ static int leaf_cut_entries(struct buffer_head *bh,
           remove */
        RFALSE(!is_direntry_le_ih(ih), "10180: item is not directory item");
        RFALSE(I_ENTRY_COUNT(ih) < from + del_count,
-              "10185: item contains not enough entries: entry_cout = %d, from = %d, to delete = %d",
+              "10185: item contains not enough entries: entry_count = %d, from = %d, to delete = %d",
               I_ENTRY_COUNT(ih), from, del_count);
 
        if (del_count == 0)