[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <87jzdl3h2k.fsf@email.froward.int.ebiederm.org>
Date: Sat, 02 Nov 2024 08:23:31 -0500
From: "Eric W. Biederman" <ebiederm@...ssion.com>
To: Christophe JAILLET <christophe.jaillet@...adoo.fr>
Cc: Alexander Viro <viro@...iv.linux.org.uk>, Christian Brauner
<brauner@...nel.org>, Jan Kara <jack@...e.cz>, Kees Cook
<kees@...nel.org>, linux-kernel@...r.kernel.org,
kernel-janitors@...r.kernel.org, linux-fsdevel@...r.kernel.org,
linux-mm@...ck.org
Subject: Re: [PATCH] fs: binfmt: Fix a typo
Christophe JAILLET <christophe.jaillet@...adoo.fr> writes:
> A 't' is missing in "binfm_misc".
> Add it.
Acked-by: "Eric W. Biederman" <ebiederm@...ssion.com>
>
> Signed-off-by: Christophe JAILLET <christophe.jaillet@...adoo.fr>
> ---
> fs/binfmt_misc.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/fs/binfmt_misc.c b/fs/binfmt_misc.c
> index 31660d8cc2c6..df6a229b5e62 100644
> --- a/fs/binfmt_misc.c
> +++ b/fs/binfmt_misc.c
> @@ -998,7 +998,7 @@ static int bm_fill_super(struct super_block *sb, struct fs_context *fc)
> /*
> * If it turns out that most user namespaces actually want to
> * register their own binary type handler and therefore all
> - * create their own separate binfm_misc mounts we should
> + * create their own separate binfmt_misc mounts we should
> * consider turning this into a kmem cache.
> */
> misc = kzalloc(sizeof(struct binfmt_misc), GFP_KERNEL);
Powered by blists - more mailing lists