aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rt2860/oid.h
diff options
context:
space:
mode:
authorSebastian Dalfuß <sd@sedf.de>2009-11-07 11:31:12 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2009-12-11 15:23:19 -0500
commit06aea994cf03ec589b198ff718ae7fee4ec41659 (patch)
treea6ba43a79d61a33f1e4bc3debb66067363beb80b /drivers/staging/rt2860/oid.h
parent956cd45d03efd10f8b780d54b6e5e28d0afc2ef9 (diff)
Staging: rt2860: reduce superfluous exclamation marks
This removes superfluous exclamation marks from strings and comments, and also three spelling typos. Signed-off-by: Sebastian Dalfuß <sd@sedf.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/rt2860/oid.h')
-rw-r--r--drivers/staging/rt2860/oid.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/rt2860/oid.h b/drivers/staging/rt2860/oid.h
index fa4a2e692e7..fd1c1419245 100644
--- a/drivers/staging/rt2860/oid.h
+++ b/drivers/staging/rt2860/oid.h
@@ -557,7 +557,7 @@ enum {
557/* New for MeetingHouse Api support */ 557/* New for MeetingHouse Api support */
558#define OID_MH_802_1X_SUPPORTED 0xFFEDC100 558#define OID_MH_802_1X_SUPPORTED 0xFFEDC100
559 559
560/* MIMO Tx parameter, ShortGI, MCS, STBC, etc. these are fields in TXWI. Don't change this definition!!! */ 560/* MIMO Tx parameter, ShortGI, MCS, STBC, etc. these are fields in TXWI. Don't change this definition! */
561typedef union _HTTRANSMIT_SETTING { 561typedef union _HTTRANSMIT_SETTING {
562 struct { 562 struct {
563 u16 MCS:7; /* MCS */ 563 u16 MCS:7; /* MCS */
@@ -614,7 +614,7 @@ struct rt_802_11_event_table {
614 struct rt_802_11_event_log Log[MAX_NUMBER_OF_EVENT]; 614 struct rt_802_11_event_log Log[MAX_NUMBER_OF_EVENT];
615}; 615};
616 616
617/* MIMO Tx parameter, ShortGI, MCS, STBC, etc. these are fields in TXWI. Don't change this definition!!! */ 617/* MIMO Tx parameter, ShortGI, MCS, STBC, etc. these are fields in TXWI. Don't change this definition! */
618typedef union _MACHTTRANSMIT_SETTING { 618typedef union _MACHTTRANSMIT_SETTING {
619 struct { 619 struct {
620 u16 MCS:7; /* MCS */ 620 u16 MCS:7; /* MCS */