]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: rt2860: cmm_mac_pci.c change a typo comamnd to command
authorJustin P. Mattock <justinmattock@gmail.com>
Wed, 2 Feb 2011 05:07:49 +0000 (21:07 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 4 Feb 2011 21:01:03 +0000 (13:01 -0800)
The below patch fixes a typo comamnd to command.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/rt2860/common/cmm_mac_pci.c

index 850f0fbc6d902768d92462c468ccc0cb7b890104..21eed2507e1c8e29f2675b1f0591bcada4289d00 100644 (file)
@@ -753,7 +753,7 @@ BOOLEAN AsicCheckCommanOk(struct rt_rtmp_adapter *pAd, u8 Command)
 
        /* This command's status is at the same position as command. So AND command position's bitmask to read status. */
        if (i < 200) {
-               /* If Status is 1, the comamnd is success. */
+               /* If Status is 1, the command is success. */
                if (((CmdStatus & ThisCIDMask) == 0x1)
                    || ((CmdStatus & ThisCIDMask) == 0x100)
                    || ((CmdStatus & ThisCIDMask) == 0x10000)