* [PATCH][next] ecryptfs: Fix spelling mistake "validationg" -> "validating"
@ 2024-11-08 11:25 Colin Ian King
2024-11-11 13:06 ` Christian Brauner
0 siblings, 1 reply; 2+ messages in thread
From: Colin Ian King @ 2024-11-08 11:25 UTC (permalink / raw)
To: Tyler Hicks, Christian Brauner, ecryptfs; +Cc: kernel-janitors, linux-kernel
There is a spelling mistake in an error message literal string. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
fs/ecryptfs/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/ecryptfs/main.c b/fs/ecryptfs/main.c
index c9aa80e534c2..8dd1d7189c3b 100644
--- 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 validationg options";
+ err = "Error validating options";
goto out;
}
--
2.39.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH][next] ecryptfs: Fix spelling mistake "validationg" -> "validating"
2024-11-08 11:25 [PATCH][next] ecryptfs: Fix spelling mistake "validationg" -> "validating" Colin Ian King
@ 2024-11-11 13:06 ` Christian Brauner
0 siblings, 0 replies; 2+ messages in thread
From: Christian Brauner @ 2024-11-11 13:06 UTC (permalink / raw)
To: Tyler Hicks, ecryptfs, Colin Ian King
Cc: Christian Brauner, kernel-janitors, linux-kernel
On Fri, 08 Nov 2024 11:25:09 +0000, Colin Ian King wrote:
> There is a spelling mistake in an error message literal string. Fix it.
>
>
Applied to the vfs.ecryptfs branch of the vfs/vfs.git tree.
Patches in the vfs.ecryptfs 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.ecryptfs
[1/1] ecryptfs: Fix spelling mistake "validationg" -> "validating"
https://git.kernel.org/vfs/vfs/c/ab088c6e4014
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-11-11 13:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-08 11:25 [PATCH][next] ecryptfs: Fix spelling mistake "validationg" -> "validating" Colin Ian King
2024-11-11 13:06 ` Christian Brauner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).