forked from Minki/linux
befs: fix typo in befs_find_key
Fixing skeep to skip. Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com> Signed-off-by: Salah Triki <salah.triki@gmail.com>
This commit is contained in:
parent
672a8515ee
commit
bb75e66627
@ -344,7 +344,7 @@ befs_find_key(struct super_block *sb, struct befs_btree_node *node,
|
||||
|
||||
findkey_len = strlen(findkey);
|
||||
|
||||
/* if node can not contain key, just skeep this node */
|
||||
/* if node can not contain key, just skip this node */
|
||||
last = node->head.all_key_count - 1;
|
||||
thiskey = befs_bt_get_key(sb, node, last, &keylen);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user