[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20231215152918.532037-1-expitau@gmail.com>
Date: Fri, 15 Dec 2023 15:29:18 +0000
From: Nathan DSilva <expitau@...il.com>
To: gregkh@...uxfoundation.org,
philipp.g.hortmann@...il.com,
tdavies@...kphysics.net,
error27@...il.com
Cc: linux-staging@...ts.linux.dev,
linux-kernel@...r.kernel.org,
expitau@...il.com
Subject: [PATCH v2] staging: rtl8192e: Add blank line after declarations
Remove a warning about line breaks after declarations found by checkpatch.
Signed-off-by: Nathan DSilva <expitau@...il.com>
---
Thank you very much for your response. I didn't realize you could select
multiple --to recipients, or that you could have comments not in the changelog.
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 ecaa4dec3f94..397859c7f5b1 100644
--- a/drivers/staging/rtl8192e/rtllib_rx.c
+++ b/drivers/staging/rtl8192e/rtllib_rx.c
@@ -946,6 +946,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.43.0
Powered by blists - more mailing lists