Netdev List
 help / color / mirror / Atom feed
* [PATCH 1/2] mdio-mux: fix typo "framwork" in comment
       [not found] <20260904104107.12832-1-hemanth.selam@gmail.com>
@ 2026-09-04 10:41 ` Hemanth Selam
  2026-09-04 13:16   ` Andrew Lunn
  2026-09-04 10:41 ` [PATCH 2/2] mii: fix typo "asymetric" " Hemanth Selam
  1 sibling, 1 reply; 4+ messages in thread
From: Hemanth Selam @ 2026-09-04 10:41 UTC (permalink / raw)
  To: Andrew Lunn, Heiner Kallweit, Russell King; +Cc: linux-kernel, netdev

Correct "framwork" to "framework", 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@gmail.com>
---
 include/linux/mdio-mux.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/mdio-mux.h b/include/linux/mdio-mux.h
index a5d58f221939..e2af9cb8e017 100644
--- a/include/linux/mdio-mux.h
+++ b/include/linux/mdio-mux.h
@@ -1,5 +1,5 @@
 /*
- * MDIO bus multiplexer framwork.
+ * MDIO bus multiplexer framework.
  *
  * This file is subject to the terms and conditions of the GNU General Public
  * License.  See the file "COPYING" in the main directory of this archive
-- 
2.48.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 2/2] mii: fix typo "asymetric" in comment
       [not found] <20260904104107.12832-1-hemanth.selam@gmail.com>
  2026-09-04 10:41 ` [PATCH 1/2] mdio-mux: fix typo "framwork" in comment Hemanth Selam
@ 2026-09-04 10:41 ` Hemanth Selam
  2026-09-04 13:17   ` Andrew Lunn
  1 sibling, 1 reply; 4+ messages in thread
From: Hemanth Selam @ 2026-09-04 10:41 UTC (permalink / raw)
  To: Andrew Lunn, Heiner Kallweit, Russell King; +Cc: linux-kernel, netdev

Correct "asymetric" to "asymmetric", 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@gmail.com>
---
 include/uapi/linux/mii.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/uapi/linux/mii.h b/include/uapi/linux/mii.h
index 61d6edad4b94..d662c10ee282 100644
--- a/include/uapi/linux/mii.h
+++ b/include/uapi/linux/mii.h
@@ -81,7 +81,7 @@
 #define ADVERTISE_1000XPSE_ASYM	0x0100	/* Try for 1000BASE-X asym pause */
 #define ADVERTISE_100BASE4	0x0200	/* Try for 100mbps 4k packets  */
 #define ADVERTISE_PAUSE_CAP	0x0400	/* Try for pause               */
-#define ADVERTISE_PAUSE_ASYM	0x0800	/* Try for asymetric pause     */
+#define ADVERTISE_PAUSE_ASYM	0x0800	/* Try for asymmetric pause     */
 #define ADVERTISE_XNP		0x1000  /* Extended Next Page */
 #define ADVERTISE_RESV		ADVERTISE_XNP /* Used to be reserved */
 #define ADVERTISE_RFAULT	0x2000	/* Say we can detect faults    */
-- 
2.48.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/2] mdio-mux: fix typo "framwork" in comment
  2026-09-04 10:41 ` [PATCH 1/2] mdio-mux: fix typo "framwork" in comment Hemanth Selam
@ 2026-09-04 13:16   ` Andrew Lunn
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Lunn @ 2026-09-04 13:16 UTC (permalink / raw)
  To: Hemanth Selam; +Cc: Heiner Kallweit, Russell King, linux-kernel, netdev

On Fri, Sep 04, 2026 at 04:11:04PM +0530, Hemanth Selam wrote:
> Correct "framwork" to "framework", 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@gmail.com>

https://www.kernel.org/doc/html/latest/process/maintainer-netdev.html

You should set the Subject: line correctly to indicate net-next.

Reviewed-by: Andrew Lunn <andrew@lunn.ch>

    Andrew

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 2/2] mii: fix typo "asymetric" in comment
  2026-09-04 10:41 ` [PATCH 2/2] mii: fix typo "asymetric" " Hemanth Selam
@ 2026-09-04 13:17   ` Andrew Lunn
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Lunn @ 2026-09-04 13:17 UTC (permalink / raw)
  To: Hemanth Selam; +Cc: Heiner Kallweit, Russell King, linux-kernel, netdev

On Fri, Sep 04, 2026 at 04:11:05PM +0530, Hemanth Selam wrote:
> Correct "asymetric" to "asymmetric", 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@gmail.com>

Reviewed-by: Andrew Lunn <andrew@lunn.ch>

    Andrew

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-09-04 13:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20260904104107.12832-1-hemanth.selam@gmail.com>
2026-09-04 10:41 ` [PATCH 1/2] mdio-mux: fix typo "framwork" in comment Hemanth Selam
2026-09-04 13:16   ` Andrew Lunn
2026-09-04 10:41 ` [PATCH 2/2] mii: fix typo "asymetric" " Hemanth Selam
2026-09-04 13:17   ` Andrew Lunn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox