Re: [PATCH 3/5] Staging: rtl8192u: ieee80211: Fix coding style errors

2019-05-13 Thread Dan Carpenter
On Tue, May 14, 2019 at 01:09:50AM +0530, Puranjay Mohan wrote: > @@ -746,12 +730,12 @@ int ieee80211_xmit(struct sk_buff *skb, struct > net_device *dev) > txb->payload_size = __cpu_to_le16(bytes); > > //if (ieee->current_network.QoS_Enable) > -

[PATCH 3/5] Staging: rtl8192u: ieee80211: Fix coding style errors

2019-05-13 Thread Puranjay Mohan
Fix coding style errors related to braces for if-else statements. Signed-off-by: Puranjay Mohan --- .../staging/rtl8192u/ieee80211/ieee80211_tx.c | 60 +++ 1 file changed, 22 insertions(+), 38 deletions(-) diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c