]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
Typo fixes retrun -> return
authorGabriel Craciunescu <nix.or.die@googlemail.com>
Sat, 20 Oct 2007 00:13:26 +0000 (02:13 +0200)
committerAdrian Bunk <bunk@kernel.org>
Sat, 20 Oct 2007 00:13:26 +0000 (02:13 +0200)
Typo fixes retrun -> return

Signed-off-by: Gabriel Craciunescu <nix.or.die@googlemail.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Documentation/scsi/arcmsr_spec.txt
mm/migrate.c

index 5e0042340fd3e2c51eb4335868633d23fb0dd808..45d9482c151760b01b618a5faa66b5fcf7bf2b56 100644 (file)
@@ -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)
index 4d6ee03db94608e3bc49e5bffb0d9fdd697ec449..6a207e8d17ea3f74f0e20511fc726fe80ac47fb1 100644 (file)
@@ -706,7 +706,7 @@ move_newpage:
  * 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.
  */