Skip to content

Commit 3848d47

Browse files
Jason Wangrichardweinberger
authored andcommitted
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>
1 parent 758dfdb commit 3848d47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/um/kernel/physmem.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ __uml_setup("iomem=", parse_iomem,
169169
);
170170

171171
/*
172-
* This list is constructed in parse_iomem and addresses filled in in
172+
* This list is constructed in parse_iomem and addresses filled in
173173
* setup_iomem, both of which run during early boot. Afterwards, it's
174174
* unchanged.
175175
*/

0 commit comments

Comments
 (0)