[PATCH] stmmac: fix typo "platfrom" in comment

Hemanth Selam hemanth.selam at gmail.com
Fri Sep 4 03:54:04 PDT 2026


Correct "platfrom" to "Platform", reported by scripts/checkpatch.pl using
the misspelling list in scripts/spelling.txt.  Only touches comments, no
code changes.

Assisted-by: Cursor:claude-opus-5
Signed-off-by: Hemanth Selam <hemanth.selam at gmail.com>
---
 include/linux/stmmac.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/stmmac.h b/include/linux/stmmac.h
index 4430b967abde..205216473ae3 100644
--- a/include/linux/stmmac.h
+++ b/include/linux/stmmac.h
@@ -81,7 +81,7 @@
 struct clk;
 struct stmmac_priv;
 
-/* Platfrom data for platform device structure's platform_data field */
+/* Platform data for platform device structure's platform_data field */
 
 struct stmmac_mdio_bus_data {
 	u32 phy_mask;
-- 
2.48.1




More information about the linux-arm-kernel mailing list