From: Chaitanya Hazarey Date: Wed, 11 Jun 2014 17:26:44 +0000 (-0700) Subject: Staging: rtl8192u: r8192U_core.c Converted a C99 comment to fix code-style error X-Git-Tag: v3.17-rc1~123^2~1900 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2fb1cccc328c80e6370c90624cd7898995294916;p=karo-tx-linux.git Staging: rtl8192u: r8192U_core.c Converted a C99 comment to fix code-style error Converted a C99 comment to fix the following error: ERROR: trailing statements should be on next line Signed-off-by: Chaitanya Hazarey Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8192u/r8192U_core.c b/drivers/staging/rtl8192u/r8192U_core.c index 512bf5cf4063..67c5918b206d 100644 --- a/drivers/staging/rtl8192u/r8192U_core.c +++ b/drivers/staging/rtl8192u/r8192U_core.c @@ -1115,7 +1115,7 @@ struct sk_buff *DrvAggr_Aggregation(struct net_device *dev, struct ieee80211_drv tx_fwinfo->TxRate = MRateToHwRate8190Pci(tcb_desc->data_rate); tx_fwinfo->EnableCPUDur = tcb_desc->bTxEnableFwCalcDur; tx_fwinfo->Short = QueryIsShort(tx_fwinfo->TxHT, tx_fwinfo->TxRate, tcb_desc); - if (tcb_desc->bAMPDUEnable) {//AMPDU enabled + if (tcb_desc->bAMPDUEnable) { /* AMPDU enabled */ tx_fwinfo->AllowAggregation = 1; /* DWORD 1 */ tx_fwinfo->RxMF = tcb_desc->ampdu_factor;