summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rt2860/common/cmm_data_pci.c
diff options
context:
space:
mode:
authorSebastian Dalfuß <sd@sedf.de>2009-11-07 17:31:12 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2009-12-11 12:23:19 -0800
commit06aea994cf03ec589b198ff718ae7fee4ec41659 (patch)
treea6ba43a79d61a33f1e4bc3debb66067363beb80b /drivers/staging/rt2860/common/cmm_data_pci.c
parent956cd45d03efd10f8b780d54b6e5e28d0afc2ef9 (diff)
downloadop-kernel-dev-06aea994cf03ec589b198ff718ae7fee4ec41659.zip
op-kernel-dev-06aea994cf03ec589b198ff718ae7fee4ec41659.tar.gz
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/common/cmm_data_pci.c')
-rw-r--r--drivers/staging/rt2860/common/cmm_data_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rt2860/common/cmm_data_pci.c b/drivers/staging/rt2860/common/cmm_data_pci.c
index e6cb55a..43d73a0 100644
--- a/drivers/staging/rt2860/common/cmm_data_pci.c
+++ b/drivers/staging/rt2860/common/cmm_data_pci.c
@@ -979,7 +979,7 @@ int MlmeHardTransmitTxRing(struct rt_rtmp_adapter *pAd,
&& (pAd->CommonCfg.bIEEE80211H == 1)
&& (pAd->CommonCfg.RadarDetect.RDMode != RD_NORMAL_MODE)) {
DBGPRINT(RT_DEBUG_ERROR,
- ("MlmeHardTransmit --> radar detect not in normal mode !!!\n"));
+ ("MlmeHardTransmit --> radar detect not in normal mode!\n"));
/*NdisReleaseSpinLock(&pAd->TxRingLock); */
return (NDIS_STATUS_FAILURE);
}
OpenPOWER on IntegriCloud