projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2714b0d
)
fs/inode: Fix a typo
author
Andrew Kreimer
<algonell@gmail.com>
Tue, 8 Oct 2024 12:16:02 +0000
(15:16 +0300)
committer
Christian Brauner
<brauner@kernel.org>
Tue, 22 Oct 2024 09:16:58 +0000
(11:16 +0200)
Fix a typo in comments: wether v-> whether.
Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Link:
https://lore.kernel.org/r/20241008121602.16778-1-algonell@gmail.com
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/inode.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/inode.c
b/fs/inode.c
index 6b3ff38df7f7c26dad8dd6fe4e1598c78e188b1d..d7a0c36e1ba6b9bae6e230b970e57b718c531848 100644
(file)
--- a/
fs/inode.c
+++ b/
fs/inode.c
@@
-2669,7
+2669,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 w
h
ether @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.
*