]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
fs: binfmt: Fix a typo
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sat, 2 Nov 2024 09:25:04 +0000 (10:25 +0100)
committerKees Cook <kees@kernel.org>
Sat, 30 Nov 2024 03:35:58 +0000 (19:35 -0800)
A 't' is missing in "binfm_misc".
Add it.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Acked-by: Eric W. Biederman <ebiederm@xmission.com>
Link: https://lore.kernel.org/r/34b8c52b67934b293a67558a9a486aea7ba08951.1730539498.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Kees Cook <kees@kernel.org>
fs/binfmt_misc.c

index 31660d8cc2c610bd42f00f1de7ed6c39618cc5db..df6a229b5e62ecc11f3680a50ea6aa31bf72db03 100644 (file)
@@ -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);