Skip to content

Commit b6709dc

Browse files
tititiou36kees
authored andcommitted
fs: binfmt: Fix a typo
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>
1 parent 136a787 commit b6709dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/binfmt_misc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -998,7 +998,7 @@ static int bm_fill_super(struct super_block *sb, struct fs_context *fc)
998998
/*
999999
* If it turns out that most user namespaces actually want to
10001000
* register their own binary type handler and therefore all
1001-
* create their own separate binfm_misc mounts we should
1001+
* create their own separate binfmt_misc mounts we should
10021002
* consider turning this into a kmem cache.
10031003
*/
10041004
misc = kzalloc(sizeof(struct binfmt_misc), GFP_KERNEL);

0 commit comments

Comments
 (0)