Commit e9534b3f authored by Gabriel Craciunescu's avatar Gabriel Craciunescu Committed by Adrian Bunk

Typo fixes retrun -> return

Typo fixes retrun -> return
Signed-off-by: default avatarGabriel Craciunescu <nix.or.die@googlemail.com>
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
parent 88a9b037
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
******************************************************************************* *******************************************************************************
** Usage of IOP331 adapter ** Usage of IOP331 adapter
** (All In/Out is in IOP331's view) ** (All In/Out is in IOP331's view)
** 1. Message 0 --> InitThread message and retrun code ** 1. Message 0 --> InitThread message and return code
** 2. Doorbell is used for RS-232 emulation ** 2. Doorbell is used for RS-232 emulation
** inDoorBell : bit0 -- data in ready ** inDoorBell : bit0 -- data in ready
** (DRIVER DATA WRITE OK) ** (DRIVER DATA WRITE OK)
......
...@@ -706,7 +706,7 @@ static int unmap_and_move(new_page_t get_new_page, unsigned long private, ...@@ -706,7 +706,7 @@ static int unmap_and_move(new_page_t get_new_page, unsigned long private,
* The function returns after 10 attempts or if no pages * The function returns after 10 attempts or if no pages
* are movable anymore because to has become empty * are movable anymore because to has become empty
* or no retryable pages exist anymore. All pages will be * or no retryable pages exist anymore. All pages will be
* retruned to the LRU or freed. * returned to the LRU or freed.
* *
* Return: Number of pages not migrated or error code. * Return: Number of pages not migrated or error code.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment