Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jason Wang and committed by
Richard Weinberger
3848d470 758dfdb9

+1 -1
+1 -1
arch/um/kernel/physmem.c
··· 169 169 ); 170 170 171 171 /* 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 173 173 * setup_iomem, both of which run during early boot. Afterwards, it's 174 174 * unchanged. 175 175 */