mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Mark Sercombe <sercombe.joel.mark@gmail.com>
To: cooldavid@cooldavid.org, kuba@kernel.org, pabeni@redhat.com,
	andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com
Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
	Mark Sercombe <sercombe.joel.mark@gmail.com>
Subject: [PATCH net-next] net: jme: fix typos in comments
Date: Thu, 13 Aug 2026 19:36:34 +0200	[thread overview]
Message-ID: <20260813173634.461011-1-sercombe.joel.mark@gmail.com> (raw)

Fix several spelling mistakes in code comments in the jme driver:
These are comment only changes with no functional impact.

Signed-off-by: Mark Sercombe <sercombe.joel.mark@gmail.com>
---
 drivers/net/ethernet/jme.c | 4 ++--
 drivers/net/ethernet/jme.h | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/net/ethernet/jme.c b/drivers/net/ethernet/jme.c
index 25ec5f757c68..31affb8e270a 100644
--- a/drivers/net/ethernet/jme.c
+++ b/drivers/net/ethernet/jme.c
@@ -826,7 +826,7 @@ jme_setup_rx_resources(struct jme_adapter *jme)
 		goto err_free_rxring;
 
 	/*
-	 * Initiallize Receive Descriptors
+	 * Initialize Receive Descriptors
 	 */
 	for (i = 0 ; i < jme->rx_ring_size ; ++i) {
 		if (unlikely(jme_make_new_rx_buf(jme, i))) {
@@ -1740,7 +1740,7 @@ jme_phy_calibration(struct jme_adapter *jme)
 
 	jme_phy_off(jme);
 	jme_phy_on(jme);
-	/*  Enabel PHY test mode 1 */
+	/*  Enable PHY test mode 1 */
 	ctrl1000 = jme_mdio_read(jme->dev, jme->mii_if.phy_id, MII_CTRL1000);
 	ctrl1000 &= ~PHY_GAD_TEST_MODE_MSK;
 	ctrl1000 |= PHY_GAD_TEST_MODE_1;
diff --git a/drivers/net/ethernet/jme.h b/drivers/net/ethernet/jme.h
index 860494ff3714..83a2f8ef6fda 100644
--- a/drivers/net/ethernet/jme.h
+++ b/drivers/net/ethernet/jme.h
@@ -465,7 +465,7 @@ jme_napi_priv(struct napi_struct *napi)
 }
 
 /*
- * MMaped I/O Resters
+ * MMaped I/O Registers
  */
 enum jme_iomap_offsets {
 	JME_MAC		= 0x0000,
@@ -660,7 +660,7 @@ enum jme_rxcs_bit_masks {
 	RXCS_WAKEUP	= 0x00000040, /* Enable receive wakeup packet */
 	RXCS_MAGIC	= 0x00000020, /* Enable receive magic packet */
 	RXCS_SHORT	= 0x00000010, /* Enable receive short packet */
-	RXCS_ABORT	= 0x00000008, /* Enable receive errorr packet */
+	RXCS_ABORT	= 0x00000008, /* Enable receive error packet */
 	RXCS_QST	= 0x00000004, /* Receive queue start */
 	RXCS_SUSPEND	= 0x00000002,
 	RXCS_ENABLE	= 0x00000001,
-- 
2.55.0


             reply	other threads:[~2026-08-13 17:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-13 17:36 Mark Sercombe [this message]
2026-08-17  9:35 ` Simon Horman
2026-08-17 23:22 ` Jakub Kicinski

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=20260813173634.461011-1-sercombe.joel.mark@gmail.com \
    --to=sercombe.joel.mark@gmail.com \
    --cc=andrew+netdev@lunn.ch \
    --cc=cooldavid@cooldavid.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --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

all inboxes | Powered by JetHome®