From: Geert Uytterhoeven Date: Wed, 19 May 2021 13:14:42 +0000 (+0100) Subject: ARM: 9083/1: uncompress: atags_to_fdt: Spelling s/REturn/Return/ X-Git-Tag: v5.15~781^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4716e2e34a22a8ca840ded659893666a75b25057;p=platform%2Fkernel%2Flinux-starfive.git ARM: 9083/1: uncompress: atags_to_fdt: Spelling s/REturn/Return/ Fix a capitalization typo. Signed-off-by: Geert Uytterhoeven Signed-off-by: Russell King --- diff --git a/arch/arm/boot/compressed/atags_to_fdt.c b/arch/arm/boot/compressed/atags_to_fdt.c index 31927d2..1feb6b0 100644 --- a/arch/arm/boot/compressed/atags_to_fdt.c +++ b/arch/arm/boot/compressed/atags_to_fdt.c @@ -121,7 +121,7 @@ static void hex_str(char *out, uint32_t value) /* * Convert and fold provided ATAGs into the provided FDT. * - * REturn values: + * Return values: * = 0 -> pretend success * = 1 -> bad ATAG (may retry with another possible ATAG pointer) * < 0 -> error from libfdt