From 95f67ef3d2638d1bf24edb74a4b959dc361635b9 Mon Sep 17 00:00:00 2001 From: Payal Kshirsagar Date: Mon, 9 Mar 2020 22:25:28 +0530 Subject: [PATCH] staging: wfx: remove blank line MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Blank line is not necessary before a close brace '}', remove it. Signed-off-by: Payal Kshirsagar Reviewed-by: Jérôme Pouiller Link: https://lore.kernel.org/r/20200309165528.5721-1-payalskshirsagar1234@gmail.com Signed-off-by: Greg Kroah-Hartman --- drivers/staging/wfx/data_rx.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/wfx/data_rx.c b/drivers/staging/wfx/data_rx.c index 5d198457c6ce..2a09f6b978c3 100644 --- a/drivers/staging/wfx/data_rx.c +++ b/drivers/staging/wfx/data_rx.c @@ -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,