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 <[email protected]> Signed-off-by: Richard Weinberger <[email protected]>
1 parent 758dfdb commit 3848d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)