[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20240223175836.541337-2-bergh.jonathan@gmail.com>
Date: Fri, 23 Feb 2024 18:58:36 +0100
From: Jonathan Bergh <bergh.jonathan@...il.com>
To: gregkh@...uxfoundation.org
Cc: dan.carpenter@...aro.org,
linux-kernel@...r.kernel.org,
Jonathan Bergh <bergh.jonathan@...il.com>
Subject: [PATCH 2/2] staging: rtl8192e: Include blank line after variable declarations
This patch does the following things:
- adds a newline after variable declarations as per code style guidelines
Signed-off-by: Jonathan Bergh <bergh.jonathan@...il.com>
---
drivers/staging/rtl8192e/rtllib_rx.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/staging/rtl8192e/rtllib_rx.c b/drivers/staging/rtl8192e/rtllib_rx.c
index 4df20f4d6bf9..c7c8ffecb825 100644
--- a/drivers/staging/rtl8192e/rtllib_rx.c
+++ b/drivers/staging/rtl8192e/rtllib_rx.c
@@ -945,6 +945,7 @@ static int rtllib_rx_data_filter(struct rtllib_device *ieee, struct ieee80211_hd
{
u8 type, stype;
u16 fc = le16_to_cpu(hdr->frame_control);
+
type = WLAN_FC_GET_TYPE(fc);
stype = WLAN_FC_GET_STYPE(fc);
--
2.40.1
Powered by blists - more mailing lists