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

From: Hemanth Selam

Date: Fri Sep 04 2026 - 08:39:43 EST


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@xxxxxxxxx>
---
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