mwifiex: Added missing spaces around brackets
authorUjjal Roy <royujjal@gmail.com>
Wed, 24 Feb 2016 19:19:56 +0000 (00:49 +0530)
committerKalle Valo <kvalo@codeaurora.org>
Mon, 7 Mar 2016 12:31:24 +0000 (14:31 +0200)
This patch fixes the missing spaces issue in coding style.

Signed-off-by: Ujjal Roy <royujjal@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/marvell/mwifiex/usb.c

index e43aff932360ef3e99801956b5bca6b8e8649303..05108618430da866e680ac51498f229e1be8f4ea 100644 (file)
@@ -244,9 +244,9 @@ setup_for_next:
        if (card->rx_cmd_ep == context->ep) {
                mwifiex_usb_submit_rx_urb(context, size);
        } else {
-               if (atomic_read(&adapter->rx_pending) <= HIGH_RX_PENDING){
+               if (atomic_read(&adapter->rx_pending) <= HIGH_RX_PENDING) {
                        mwifiex_usb_submit_rx_urb(context, size);
-               }else{
+               } else {
                        context->skb = NULL;
                }
        }
This page took 0.025061 seconds and 5 git commands to generate.