Skip to content

Commit 4716e2e

Browse files
geertuRussell King (Oracle)
authored andcommitted
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>
1 parent ae7ba76 commit 4716e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/compressed/atags_to_fdt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ static void hex_str(char *out, uint32_t value)
121121
/*
122122
* Convert and fold provided ATAGs into the provided FDT.
123123
*
124-
* REturn values:
124+
* Return values:
125125
* = 0 -> pretend success
126126
* = 1 -> bad ATAG (may retry with another possible ATAG pointer)
127127
* < 0 -> error from libfdt

0 commit comments

Comments
 (0)