From: Jason Wang Date: Fri, 15 Jul 2022 04:29:38 +0000 (+0800) Subject: um: Fix comment typo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3848d470cb881b7954a4a563bf73ffeb9cf4f30e;p=linux.git um: Fix comment typo The double `in' is duplicated in line 172, remove one. Signed-off-by: Jason Wang Signed-off-by: Richard Weinberger --- diff --git a/arch/um/kernel/physmem.c b/arch/um/kernel/physmem.c index e7c7b53a1435b..91485119ae67a 100644 --- a/arch/um/kernel/physmem.c +++ b/arch/um/kernel/physmem.c @@ -169,7 +169,7 @@ __uml_setup("iomem=", parse_iomem, ); /* - * This list is constructed in parse_iomem and addresses filled in in + * This list is constructed in parse_iomem and addresses filled in * setup_iomem, both of which run during early boot. Afterwards, it's * unchanged. */