Skip to content

Commit

Permalink
staging: rt2860: cmm_mac_pci.c change a typo comamnd to command
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Justin P. Mattock authored and Greg Kroah-Hartman committed Feb 4, 2011
1 parent 00719fa commit b977e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/rt2860/common/cmm_mac_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b977e29

Please sign in to comment.