Re: [PATCH] fs: fix comment typo in bpf_fs_kfuncs.c
Jan Kara <[email protected]>
| Newsgroups | org.kernel.vger.linux-fsdevel |
|---|---|
| Message-ID | <wd4zznlz2utk7n5ga52jinitgvuotfgymyqqzixdoex2wimmpu@2giwhslspzo3> |
On Thu 13-08-26 15:04:04, Manush Prajwal wrote: > Fix "Rmove" -> "Remove" in the kernel-doc comments for > bpf_set_dentry_xattr_locked() and bpf_set_dentry_xattr(). No > functional change. > > Signed-off-by: Manush Prajwal <[email protected]> Looks good. Feel free to add: Reviewed-by: Jan Kara <[email protected]> Honza > --- > fs/bpf_fs_kfuncs.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/fs/bpf_fs_kfuncs.c b/fs/bpf_fs_kfuncs.c > index f1863a891d..e8a5a4cffe 100644 > --- a/fs/bpf_fs_kfuncs.c > +++ b/fs/bpf_fs_kfuncs.c > @@ -235,7 +235,7 @@ int bpf_set_dentry_xattr_locked(struct dentry *dentry, const char *name__str, > * @dentry: dentry to get xattr from > * @name__str: name of the xattr > * > - * Rmove xattr *name__str* of *dentry*. > + * Remove xattr *name__str* of *dentry*. > * > * For security reasons, only *name__str* with prefix "security.bpf." > * is allowed. > @@ -303,7 +303,7 @@ __bpf_kfunc int bpf_set_dentry_xattr(struct dentry *dentry, const char *name__st > * @dentry: dentry to get xattr from > * @name__str: name of the xattr > * > - * Rmove xattr *name__str* of *dentry*. > + * Remove xattr *name__str* of *dentry*. > * > * For security reasons, only *name__str* with prefix "security.bpf." > * is allowed. > -- > 2.46.2.windows.1 > -- Jan Kara <[email protected]> SUSE Labs, CR