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:
2cc7896
)
ecryptfs: Fix spelling mistake "validationg" -> "validating"
author
Colin Ian King
<colin.i.king@gmail.com>
Fri, 8 Nov 2024 11:25:09 +0000
(11:25 +0000)
committer
Christian Brauner
<brauner@kernel.org>
Fri, 15 Nov 2024 10:51:29 +0000
(11:51 +0100)
There is a spelling mistake in an error message literal string. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Link:
https://lore.kernel.org/r/20241108112509.109891-1-colin.i.king@gmail.com
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/ecryptfs/main.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/ecryptfs/main.c
b/fs/ecryptfs/main.c
index c9aa80e534c24c44573d6044488e70a80963060e..8dd1d7189c3b2e7876b1fe86897a7773f6e8733f 100644
(file)
--- a/
fs/ecryptfs/main.c
+++ b/
fs/ecryptfs/main.c
@@
-451,7
+451,7
@@
static int ecryptfs_get_tree(struct fs_context *fc)
mount_crypt_stat = &sbi->mount_crypt_stat;
rc = ecryptfs_validate_options(fc);
if (rc) {
- err = "Error validati
o
ng options";
+ err = "Error validating options";
goto out;
}