From: hanyu001@208suo.com
To: pkshih@realtek.com, kvalo@kernel.org
Cc: linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH] wifi: rtlwifi: "foo * bar" should be "foo *bar"
Date: Thu, 20 Jul 2023 14:04:46 +0800 [thread overview]
Message-ID: <cb183c8c82f9bcaa245efb4a8878ba1b@208suo.com> (raw)
In-Reply-To: <tencent_1E1DC9F32D48318BC38ABDA111410EB69808@qq.com>
This patch fixes the checkpatch.pl error:
./drivers/net/wireless/realtek/rtlwifi/rtl8192cu/trx.c:416: ERROR: "foo
* bar" should be "foo *bar"
Signed-off-by: Yu Han<hanyu001@208suo.com>
---
drivers/net/wireless/realtek/rtlwifi/rtl8192cu/trx.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/trx.c
b/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/trx.c
index b70767e..c86102b 100644
--- a/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/trx.c
+++ b/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/trx.c
@@ -413,7 +413,7 @@ static void _rtl_rx_process(struct ieee80211_hw *hw,
struct sk_buff *skb)
ieee80211_rx(hw, skb);
}
-void rtl8192cu_rx_hdl(struct ieee80211_hw *hw, struct sk_buff * skb)
+void rtl8192cu_rx_hdl(struct ieee80211_hw *hw, struct sk_buff *skb)
{
_rtl_rx_process(hw, skb);
}
parent reply other threads:[~2023-07-20 6:04 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <tencent_1E1DC9F32D48318BC38ABDA111410EB69808@qq.com>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cb183c8c82f9bcaa245efb4a8878ba1b@208suo.com \
--to=hanyu001@208suo.com \
--cc=kvalo@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=pkshih@realtek.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®