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

Typo fixes retrun -> return

Typo fixes retrun -> return

Signed-off-by: Gabriel Craciunescu <nix.or.die@googlemail.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>

authored by

Gabriel Craciunescu and committed by
Adrian Bunk
e9534b3f 88a9b037

+2 -2
+1 -1
Documentation/scsi/arcmsr_spec.txt
··· 3 3 ******************************************************************************* 4 4 ** Usage of IOP331 adapter 5 5 ** (All In/Out is in IOP331's view) 6 - ** 1. Message 0 --> InitThread message and retrun code 6 + ** 1. Message 0 --> InitThread message and return code 7 7 ** 2. Doorbell is used for RS-232 emulation 8 8 ** inDoorBell : bit0 -- data in ready 9 9 ** (DRIVER DATA WRITE OK)
+1 -1
mm/migrate.c
··· 706 706 * The function returns after 10 attempts or if no pages 707 707 * are movable anymore because to has become empty 708 708 * or no retryable pages exist anymore. All pages will be 709 - * retruned to the LRU or freed. 709 + * returned to the LRU or freed. 710 710 * 711 711 * Return: Number of pages not migrated or error code. 712 712 */