[PATCH] fs/inode: Fix a typo

Andrew Kreimer posted 1 patch 1 month, 2 weeks ago
fs/inode.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] fs/inode: Fix a typo
Posted by Andrew Kreimer 1 month, 2 weeks ago
Fix a typo in comments: wether v-> whether.

Signed-off-by: Andrew Kreimer <algonell@gmail.com>
---
 fs/inode.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/inode.c b/fs/inode.c
index 3bd8eba6c51b..d37fe8ddb646 100644
--- a/fs/inode.c
+++ b/fs/inode.c
@@ -2878,7 +2878,7 @@ EXPORT_SYMBOL(inode_set_ctime_current);
  * @inode:	inode to check
  * @vfsgid:	the new/current vfsgid of @inode
  *
- * Check wether @vfsgid is in the caller's group list or if the caller is
+ * Check whether @vfsgid is in the caller's group list or if the caller is
  * privileged with CAP_FSETID over @inode. This can be used to determine
  * whether the setgid bit can be kept or must be dropped.
  *
-- 
2.39.5
Re: [PATCH] fs/inode: Fix a typo
Posted by Christian Brauner 1 month, 2 weeks ago
On Tue, 08 Oct 2024 15:16:02 +0300, Andrew Kreimer wrote:
> Fix a typo in comments: wether v-> whether.
> 
> 

Applied to the vfs.misc branch of the vfs/vfs.git tree.
Patches in the vfs.misc branch should appear in linux-next soon.

Please report any outstanding bugs that were missed during review in a
new review to the original patch series allowing us to drop it.

It's encouraged to provide Acked-bys and Reviewed-bys even though the
patch has now been applied. If possible patch trailers will be updated.

Note that commit hashes shown below are subject to change due to rebase,
trailer updates or similar. If in doubt, please check the listed branch.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
branch: vfs.misc

[1/1] fs/inode: Fix a typo
      https://git.kernel.org/vfs/vfs/c/e1a6efa9de95