Skip to content

Commit

Permalink
Typo fixes retrun -> return
Browse files Browse the repository at this point in the history
Typo fixes retrun -> return

Signed-off-by: Gabriel Craciunescu <[email protected]>
Signed-off-by: Adrian Bunk <[email protected]>
  • Loading branch information
Gabriel Craciunescu authored and AdrianBunk committed Oct 20, 2007
1 parent 88a9b03 commit e9534b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/scsi/arcmsr_spec.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*******************************************************************************
** Usage of IOP331 adapter
** (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
** inDoorBell : bit0 -- data in ready
** (DRIVER DATA WRITE OK)
Expand Down
2 changes: 1 addition & 1 deletion mm/migrate.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
* are movable anymore because to has become empty
* 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.
*/
Expand Down

0 comments on commit e9534b3

Please sign in to comment.