Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8112b983 authored by Masanari Iida's avatar Masanari Iida Committed by Jiri Kosina
Browse files

reiserfs: fix printk typo in lbalance.c



Correct spelling "entry_cout" to "entry_count" in
fs/reiserfs/lbalance.c

Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 19f2da35
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -975,7 +975,7 @@ static int leaf_cut_entries(struct buffer_head *bh,
	   remove */
	   remove */
	RFALSE(!is_direntry_le_ih(ih), "10180: item is not directory item");
	RFALSE(!is_direntry_le_ih(ih), "10180: item is not directory item");
	RFALSE(I_ENTRY_COUNT(ih) < from + del_count,
	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);
	       I_ENTRY_COUNT(ih), from, del_count);


	if (del_count == 0)
	if (del_count == 0)