From: Yanteng Si <si.yanteng@linux.dev>
To: Huacai Chen <chenhuacai@loongson.cn>,
Huacai Chen <chenhuacai@kernel.org>,
Andrew Lunn <andrew+netdev@lunn.ch>,
"David S . Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>
Cc: Alexandre Torgue <alexandre.torgue@foss.st.com>,
Jose Abreu <joabreu@synopsys.com>,
Serge Semin <fancer.lancer@gmail.com>,
loongarch@lists.linux.dev, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH V2 net-next] net: stmmac: Fix typo from clk_scr_i to clk_csr_i
Date: Tue, 3 Feb 2026 14:54:48 +0800 [thread overview]
Message-ID: <3f8af642-c4cc-4cfc-8da4-f84b3de1bfb9@linux.dev> (raw)
In-Reply-To: <20260203062658.2156653-1-chenhuacai@loongson.cn>
在 2026/2/3 14:26, Huacai Chen 写道:
> In include/linux/stmmac.h clk_csr_i is spelled as clk_scr_i by mistake,
> so correct the typo.
>
> Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
Reviewed-by: Yanteng Si <siyanteng@cqsoftware.com.cn>
Thanks,
Yanteng
> ---
> V2: Update subject line and remove "Cc stable".
>
> include/linux/stmmac.h | 16 ++++++++--------
> 1 file changed, 8 insertions(+), 8 deletions(-)
>
> diff --git a/include/linux/stmmac.h b/include/linux/stmmac.h
> index f1054b9c2d8a..1ba583ef6e03 100644
> --- a/include/linux/stmmac.h
> +++ b/include/linux/stmmac.h
> @@ -28,14 +28,14 @@
> * This could also be configured at run time using CPU freq framework. */
>
> /* MDC Clock Selection define*/
> -#define STMMAC_CSR_60_100M 0x0 /* MDC = clk_scr_i/42 */
> -#define STMMAC_CSR_100_150M 0x1 /* MDC = clk_scr_i/62 */
> -#define STMMAC_CSR_20_35M 0x2 /* MDC = clk_scr_i/16 */
> -#define STMMAC_CSR_35_60M 0x3 /* MDC = clk_scr_i/26 */
> -#define STMMAC_CSR_150_250M 0x4 /* MDC = clk_scr_i/102 */
> -#define STMMAC_CSR_250_300M 0x5 /* MDC = clk_scr_i/124 */
> -#define STMMAC_CSR_300_500M 0x6 /* MDC = clk_scr_i/204 */
> -#define STMMAC_CSR_500_800M 0x7 /* MDC = clk_scr_i/324 */
> +#define STMMAC_CSR_60_100M 0x0 /* MDC = clk_csr_i/42 */
> +#define STMMAC_CSR_100_150M 0x1 /* MDC = clk_csr_i/62 */
> +#define STMMAC_CSR_20_35M 0x2 /* MDC = clk_csr_i/16 */
> +#define STMMAC_CSR_35_60M 0x3 /* MDC = clk_csr_i/26 */
> +#define STMMAC_CSR_150_250M 0x4 /* MDC = clk_csr_i/102 */
> +#define STMMAC_CSR_250_300M 0x5 /* MDC = clk_csr_i/124 */
> +#define STMMAC_CSR_300_500M 0x6 /* MDC = clk_csr_i/204 */
> +#define STMMAC_CSR_500_800M 0x7 /* MDC = clk_csr_i/324 */
>
> /* MTL algorithms identifiers */
> #define MTL_TX_ALGORITHM_WRR 0x0
next prev parent reply other threads:[~2026-02-03 6:55 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-03 6:26 [PATCH V2 net-next] net: stmmac: Fix typo from clk_scr_i to clk_csr_i Huacai Chen
2026-02-03 6:54 ` Yanteng Si [this message]
2026-02-05 4:50 ` patchwork-bot+netdevbpf
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=3f8af642-c4cc-4cfc-8da4-f84b3de1bfb9@linux.dev \
--to=si.yanteng@linux.dev \
--cc=alexandre.torgue@foss.st.com \
--cc=andrew+netdev@lunn.ch \
--cc=chenhuacai@kernel.org \
--cc=chenhuacai@loongson.cn \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=fancer.lancer@gmail.com \
--cc=joabreu@synopsys.com \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=loongarch@lists.linux.dev \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.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