From: hanyu001@208suo.com
To: pkshih@realtek.com, kvalo@kernel.org
Cc: linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH] rtlwifi: rtl8192de: phy: "foo * bar" should be "foo *bar"
Date: Wed, 19 Jul 2023 17:54:33 +0800 [thread overview]
Message-ID: <8ef50a4e96014949bbfde956edd07108@208suo.com> (raw)
In-Reply-To: <tencent_56B12E143DA8D1D6A9C3669E04C963914905@qq.com>
This patch fixes the checkpatch.pl error:
./drivers/net/wireless/realtek/rtlwifi/rtl8192de/phy.c:2434: ERROR: "foo
* bar" should be "foo *bar"
Signed-off-by: Yu Han <hanyu001@208suo.com>
---
drivers/net/wireless/realtek/rtlwifi/rtl8192de/phy.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/wireless/realtek/rtlwifi/rtl8192de/phy.c
b/drivers/net/wireless/realtek/rtlwifi/rtl8192de/phy.c
index d18c092..27b029b 100644
--- a/drivers/net/wireless/realtek/rtlwifi/rtl8192de/phy.c
+++ b/drivers/net/wireless/realtek/rtlwifi/rtl8192de/phy.c
@@ -2431,7 +2431,7 @@ static bool _rtl92d_is_legal_5g_channel(struct
ieee80211_hw *hw, u8 channel)
}
static void _rtl92d_phy_calc_curvindex(struct ieee80211_hw *hw,
- u32 *targetchnl, u32 * curvecount_val,
+ u32 *targetchnl, u32 *curvecount_val,
bool is5g, u32 *curveindex)
{
struct rtl_priv *rtlpriv = rtl_priv(hw);
next parent reply other threads:[~2023-07-19 9:57 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <tencent_56B12E143DA8D1D6A9C3669E04C963914905@qq.com>
2023-07-19 9:54 ` hanyu001 [this message]
2023-07-19 13:25 ` [PATCH] rtlwifi: rtl8192de: phy: "foo * bar" should be "foo *bar" Larry Finger
2023-07-24 14:23 ` Kalle Valo
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=8ef50a4e96014949bbfde956edd07108@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;
as well as URLs for NNTP newsgroup(s).