Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1457834
| From | Luis de Bethencourt <luisbg@osg.samsung.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 2/2] befs: fix typo in befs_find_key |
| Date | 2016-08-08 16:30 +0200 |
| Message-ID | <s3TIZ-2vx-5@gated-at.bofh.it> (permalink) |
| References | <s2MJA-7zE-9@gated-at.bofh.it> <s3TIZ-2vx-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Fixing skeep to skip. Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com> --- v3: no change 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 27b0336..54a1f95 100644 --- a/fs/befs/btree.c +++ b/fs/befs/btree.c @@ -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); -- 2.5.1
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2 1/2] befs: remove unused BEFS_BT_MATCH Luis de Bethencourt <luisbg@osg.samsung.com> - 2016-08-05 14:50 +0200
Re: [PATCH v2 1/2] befs: remove unused BEFS_BT_MATCH Luis de Bethencourt <luisbg@osg.samsung.com> - 2016-08-06 22:10 +0200
Re: [PATCH v2 1/2] befs: remove unused BEFS_BT_MATCH Salah Triki <salah.triki@gmail.com> - 2016-08-06 23:00 +0200
[PATCH v3 1/2] befs: remove unused BEFS_BT_PARMATCH Luis de Bethencourt <luisbg@osg.samsung.com> - 2016-08-08 16:30 +0200
[PATCH v3 2/2] befs: fix typo in befs_find_key Luis de Bethencourt <luisbg@osg.samsung.com> - 2016-08-08 16:30 +0200
Re: [PATCH v3 1/2] befs: remove unused BEFS_BT_PARMATCH Salah Triki <salah.triki@gmail.com> - 2016-08-09 14:50 +0200
csiph-web