diff options
author | Jason Wang <wangborong@cdjrlc.com> | 2022-07-15 06:29:38 +0200 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2022-09-19 23:05:46 +0200 |
commit | 3848d470cb881b7954a4a563bf73ffeb9cf4f30e (patch) | |
tree | 6faa7fd16f619e5257dd442f646458f76010cfc1 /arch | |
parent | um: Improve panic notifiers consistency and ordering (diff) | |
download | linux-3848d470cb881b7954a4a563bf73ffeb9cf4f30e.tar.xz linux-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')
-rw-r--r-- | arch/um/kernel/physmem.c | 2 |
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. */ |