aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rt2860/common
diff options
context:
space:
mode:
authorJustin P. Mattock <justinmattock@gmail.com>2011-02-01 21:07:49 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2011-02-04 13:01:03 -0800
commitb977e29f825a4472520e78b61d92cc1f53d7ba80 (patch)
tree595b70fb20ec35bf8510930ca01a679a2b9310bb /drivers/staging/rt2860/common
parentStaging: bcm: Check correct user provided length and fix error code returned (diff)
downloadlinux-dev-b977e29f825a4472520e78b61d92cc1f53d7ba80.tar.xz
linux-dev-b977e29f825a4472520e78b61d92cc1f53d7ba80.zip
staging: rt2860: cmm_mac_pci.c change a typo comamnd to command
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>
Diffstat (limited to 'drivers/staging/rt2860/common')
-rw-r--r--drivers/staging/rt2860/common/cmm_mac_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rt2860/common/cmm_mac_pci.c b/drivers/staging/rt2860/common/cmm_mac_pci.c
index 850f0fbc6d90..21eed2507e1c 100644
--- a/drivers/staging/rt2860/common/cmm_mac_pci.c
+++ b/drivers/staging/rt2860/common/cmm_mac_pci.c
@@ -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)