Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1457078

[PATCH v2 2/2] befs: fix typo in befs_find_key

From Luis de Bethencourt <luisbg@osg.samsung.com>
Newsgroups linux.kernel
Subject [PATCH v2 2/2] befs: fix typo in befs_find_key
Date 2016-08-05 14:50 +0200
Message-ID <s2MJA-7zE-17@gated-at.bofh.it> (permalink)
References <s2MJA-7zE-9@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Fixing skeep to skip.

Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
---
 fs/befs/btree.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/befs/btree.c b/fs/befs/btree.c
index bc7efb0..784688c 100644
--- a/fs/befs/btree.c
+++ b/fs/befs/btree.c
@@ -343,7 +343,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);
 
-- 
2.5.1

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v2 2/2] befs: fix typo in befs_find_key Luis de Bethencourt <luisbg@osg.samsung.com> - 2016-08-05 14:50 +0200
  Re: [PATCH v2 2/2] befs: fix typo in befs_find_key Salah Triki <salah.triki@gmail.com> - 2016-08-06 23:10 +0200

csiph-web