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

powerpc/fadump: Correct two typos in a comment

Fix typos of 'remaining' and 'those'.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Suggested-by: Matthew Wilcox <willy@infradead.org> # 'remaining'
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20211030002619.2063-1-rdunlap@infradead.org

authored by

Randy Dunlap and committed by
Michael Ellerman
887f56a0 cc463998

+2 -2
+2 -2
arch/powerpc/kernel/fadump.c
··· 73 73 * The total size of fadump reserved memory covers for boot memory size 74 74 * + cpu data size + hpte size and metadata. 75 75 * Initialize only the area equivalent to boot memory size for CMA use. 76 - * The reamining portion of fadump reserved memory will be not given 77 - * to CMA and pages for thoes will stay reserved. boot memory size is 76 + * The remaining portion of fadump reserved memory will be not given 77 + * to CMA and pages for those will stay reserved. boot memory size is 78 78 * aligned per CMA requirement to satisy cma_init_reserved_mem() call. 79 79 * But for some reason even if it fails we still have the memory reservation 80 80 * with us and we can still continue doing fadump.