From: Xenia Ragiadakou Date: Wed, 22 May 2013 15:22:35 +0000 (+0300) Subject: rtl8192u: fix whitespace around 'while' in r8192U_core.c X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=53c7f3cdbab18d1c9b39c6222ea32c5215c8887b;p=deliverable%2Flinux.git rtl8192u: fix whitespace around 'while' in r8192U_core.c This patch fixes whitespace around 'while' following the kernel coding style conventions. Signed-off-by: Xenia Ragiadakou Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8192u/r8192U_core.c b/drivers/staging/rtl8192u/r8192U_core.c index 8dc271e937f7..14ded643f8eb 100644 --- a/drivers/staging/rtl8192u/r8192U_core.c +++ b/drivers/staging/rtl8192u/r8192U_core.c @@ -1402,7 +1402,7 @@ u8 DrvAggr_GetAggregatibleList(struct net_device *dev, struct sk_buff *skb, break; } - } while((skb = skb_dequeue(&ieee->skb_drv_aggQ[QueueID]))); + } while ((skb = skb_dequeue(&ieee->skb_drv_aggQ[QueueID]))); RT_TRACE(COMP_AMSDU, "DrvAggr_GetAggregatibleList, nAggrTcbNum = %d \n", pSendList->nr_drv_agg_frames); return pSendList->nr_drv_agg_frames; @@ -3972,7 +3972,7 @@ void CAM_read_entry( //Check polling bit is clear // mdelay(1); - while((i--)>=0) + while ((i--)>=0) { ulStatus = read_nic_dword(dev, RWCAM); if (ulStatus & BIT31){