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

ARM: 9083/1: uncompress: atags_to_fdt: Spelling s/REturn/Return/

Fix a capitalization typo.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>

authored by

Geert Uytterhoeven and committed by
Russell King (Oracle)
4716e2e3 ae7ba761

+1 -1
+1 -1
arch/arm/boot/compressed/atags_to_fdt.c
··· 121 121 /* 122 122 * Convert and fold provided ATAGs into the provided FDT. 123 123 * 124 - * REturn values: 124 + * Return values: 125 125 * = 0 -> pretend success 126 126 * = 1 -> bad ATAG (may retry with another possible ATAG pointer) 127 127 * < 0 -> error from libfdt