Message ID | 20220924104514.1666947-1-bhupesh.sharma@linaro.org (mailing list archive) |
---|---|
State | Accepted |
Commit | c64655f32fef795b12170d710c474422ee29b134 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net-next] net: stmmac: Minor spell fix related to 'stmmac_clk_csr_set()' | expand |
Hello: This patch was applied to netdev/net-next.git (master) by Jakub Kicinski <kuba@kernel.org>: On Sat, 24 Sep 2022 16:15:14 +0530 you wrote: > Minor spell fix related to 'stmmac_clk_csr_set()' inside a > comment used in the 'stmmac_probe_config_dt()' function. > > Cc: Biao Huang <biao.huang@mediatek.com> > Cc: David Miller <davem@davemloft.net> > Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org> > > [...] Here is the summary with links: - [net-next] net: stmmac: Minor spell fix related to 'stmmac_clk_csr_set()' https://git.kernel.org/netdev/net-next/c/c64655f32fef You are awesome, thank you!
diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c b/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c index 9f5cac4000da..b0b09c77711d 100644 --- a/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c +++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c @@ -440,7 +440,7 @@ stmmac_probe_config_dt(struct platform_device *pdev, u8 *mac) /* Default to phy auto-detection */ plat->phy_addr = -1; - /* Default to get clk_csr from stmmac_clk_crs_set(), + /* Default to get clk_csr from stmmac_clk_csr_set(), * or get clk_csr from device tree. */ plat->clk_csr = -1;
Minor spell fix related to 'stmmac_clk_csr_set()' inside a comment used in the 'stmmac_probe_config_dt()' function. Cc: Biao Huang <biao.huang@mediatek.com> Cc: David Miller <davem@davemloft.net> Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org> --- drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)