]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
messages: i2o: Fix typo in messages/i2o
authorMasanari Iida <standby24x7@gmail.com>
Wed, 28 Nov 2012 15:42:51 +0000 (00:42 +0900)
committerJiri Kosina <jkosina@suse.cz>
Wed, 28 Nov 2012 16:13:59 +0000 (17:13 +0100)
Correct spelling typo in messages/i2o.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/message/i2o/README.ioctl
drivers/message/i2o/i2o_block.c
drivers/message/i2o/i2o_config.c

index 5fb195af43e23696572e8debff626e5ac4a00d69..4a7d2ebdfc97e7ee7d1773f3d82672783f44dc87 100644 (file)
@@ -138,7 +138,7 @@ VI. Setting Parameters
 
    The return value is the size in bytes of the data written into
    ops->resbuf if no errors occur.  If an error occurs, -1 is returned 
-   and errno is set appropriatly:
+   and errno is set appropriately:
 
       EFAULT      Invalid user space pointer was passed
       ENXIO       Invalid IOP number
@@ -222,7 +222,7 @@ VIII. Downloading Software
    RETURNS
 
    This function returns 0 no errors occur. If an error occurs, -1 
-   is returned and errno is set appropriatly:
+   is returned and errno is set appropriately:
 
       EFAULT      Invalid user space pointer was passed
       ENXIO       Invalid IOP number
@@ -264,7 +264,7 @@ IX. Uploading Software
    RETURNS
 
    This function returns 0 if no errors occur.  If an error occurs, -1
-   is returned and errno is set appropriatly:
+   is returned and errno is set appropriately:
 
       EFAULT      Invalid user space pointer was passed
       ENXIO       Invalid IOP number
@@ -301,7 +301,7 @@ X. Removing Software
    RETURNS
 
    This function returns 0 if no errors occur.  If an error occurs, -1
-   is returned and errno is set appropriatly:
+   is returned and errno is set appropriately:
 
       EFAULT      Invalid user space pointer was passed
       ENXIO       Invalid IOP number
@@ -325,7 +325,7 @@ X. Validating Configuration
    RETURNS
 
    This function returns 0 if no erro occur.  If an error occurs, -1 is
-   returned and errno is set appropriatly:
+   returned and errno is set appropriately:
 
       ETIMEDOUT   Timeout waiting for reply message
       ENXIO       Invalid IOP number
@@ -360,7 +360,7 @@ XI. Configuration Dialog
    RETURNS
 
    This function returns 0 if no error occur. If an error occurs, -1
-   is returned and errno is set appropriatly:
+   is returned and errno is set appropriately:
 
       EFAULT      Invalid user space pointer was passed
       ENXIO       Invalid IOP number
index 4796bbf0ae4e5b4fdd1476ac8e6cd4e9e43ec6c5..49e86aed2bc4f13d05ffbf5a2d094b5a979372cc 100644 (file)
@@ -609,7 +609,7 @@ static int i2o_block_release(struct gendisk *disk, fmode_t mode)
        u8 operation;
 
        /*
-        * This is to deail with the case of an application
+        * This is to deal with the case of an application
         * opening a device and then the device disappears while
         * it's in use, and then the application tries to release
         * it.  ex: Unmounting a deleted RAID volume at reboot.
index 9a49c243a6ac59c78c98cd9de021429d44aa8908..5451beff183ffdf69e24d5d1ca016d11215882a2 100644 (file)
@@ -189,7 +189,7 @@ static int i2o_cfg_parms(unsigned long arg, unsigned int type)
                return -ENXIO;
 
        /*
-        * Stop users being able to try and allocate arbitary amounts
+        * Stop users being able to try and allocate arbitrary amounts
         * of DMA space. 64K is way more than sufficient for this.
         */
        if (kcmd.oplen > 65536)