Skip to content

Commit

Permalink
staging: Fix typo in winbond
Browse files Browse the repository at this point in the history
Correct spelling typo in winbond/mto.c and mds_s.h

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Masanari Iida authored and Greg Kroah-Hartman committed Jun 12, 2012
1 parent dd13c86 commit 60ebf60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/staging/winbond/mds_s.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ enum {

/*
* ================================================================
* Configration default value
* Configuration default value
* ================================================================
*/
#define DEFAULT_MULTICASTLISTMAX 32 /* standard */
Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/winbond/mto.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ u16 MTO_Frag_Th_Tbl[MTO_MAX_FRAG_TH_LEVELS] = {

/*
* Declare data rate table:
* The following table will be changed at anytime if the opration rate
* The following table will be changed at anytime if the operation rate
* supported by AP don't match the table
*/
static u8 MTO_Data_Rate_Tbl[MTO_MAX_DATA_RATE_LEVELS] = {
Expand Down

0 comments on commit 60ebf60

Please sign in to comment.