aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um
diff options
context:
space:
mode:
authorJason Wang <wangborong@cdjrlc.com>2022-07-15 12:29:38 +0800
committerRichard Weinberger <richard@nod.at>2022-09-19 23:05:46 +0200
commit3848d470cb881b7954a4a563bf73ffeb9cf4f30e (patch)
tree6faa7fd16f619e5257dd442f646458f76010cfc1 /arch/um
parentum: Improve panic notifiers consistency and ordering (diff)
downloadlinux-dev-3848d470cb881b7954a4a563bf73ffeb9cf4f30e.tar.xz
linux-dev-3848d470cb881b7954a4a563bf73ffeb9cf4f30e.zip
um: Fix comment typo
The double `in' is duplicated in line 172, remove one. Signed-off-by: Jason Wang <wangborong@cdjrlc.com> Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/um')
-rw-r--r--arch/um/kernel/physmem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/kernel/physmem.c b/arch/um/kernel/physmem.c
index e7c7b53a1435..91485119ae67 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.
*/