Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1457360
| From | Salah Triki <salah.triki@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 2/2] befs: fix typo in befs_find_key |
| Date | 2016-08-06 23:10 +0200 |
| Message-ID | <s3h0Z-2zz-5@gated-at.bofh.it> (permalink) |
| References | <s2MJA-7zE-9@gated-at.bofh.it> <s2MJA-7zE-17@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Fri, Aug 05, 2016 at 01:41:21PM +0100, Luis de Bethencourt wrote: > 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 > Ack-by: Salah Triki <salah.triki@gmail.com> Thanx Luis :) Salah
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll 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