OSDN Git Service

staging: wfx: remove blank line
authorPayal Kshirsagar <payalskshirsagar1234@gmail.com>
Mon, 9 Mar 2020 16:55:28 +0000 (22:25 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 10 Mar 2020 09:15:22 +0000 (10:15 +0100)
Blank line is not necessary before a close brace '}', remove it.

Signed-off-by: Payal Kshirsagar <payalskshirsagar1234@gmail.com>
Reviewed-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
Link: https://lore.kernel.org/r/20200309165528.5721-1-payalskshirsagar1234@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wfx/data_rx.c

index 5d19845..2a09f6b 100644 (file)
@@ -62,7 +62,6 @@ static int wfx_drop_encrypt_data(struct wfx_dev *wdev,
        memmove(skb->data + iv_len, skb->data, hdrlen);
        skb_pull(skb, iv_len);
        return 0;
-
 }
 
 void wfx_rx_cb(struct wfx_vif *wvif,