[PATCH][next] ecryptfs: Fix spelling mistake "validationg" -> "validating"

Colin Ian King posted 1 patch 2 weeks, 1 day ago
fs/ecryptfs/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH][next] ecryptfs: Fix spelling mistake "validationg" -> "validating"
Posted by Colin Ian King 2 weeks, 1 day ago
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
Re: [PATCH][next] ecryptfs: Fix spelling mistake "validationg" -> "validating"
Posted by Christian Brauner 1 week, 5 days ago
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