mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] net: fix typos in comments
@ 2026-09-07  6:43 Hemanth Selam
  2026-09-07  8:12 ` Miquel Raynal
  2026-09-08 12:50 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 5+ messages in thread
From: Hemanth Selam @ 2026-09-07  6:43 UTC (permalink / raw)
  To: Alexander Aring, Stefan Schmidt, Miquel Raynal, Andrew Lunn,
	David S . Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	Simon Horman
  Cc: linux-wpan, netdev, linux-kernel

Fix typos in comments, 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>
---
 drivers/net/ieee802154/at86rf230.c | 2 +-
 net/mac802154/iface.c              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/ieee802154/at86rf230.c b/drivers/net/ieee802154/at86rf230.c
index 6156cf379916..f1adca942e3d 100644
--- a/drivers/net/ieee802154/at86rf230.c
+++ b/drivers/net/ieee802154/at86rf230.c
@@ -1370,7 +1370,7 @@ static int at86rf230_hw_init(struct at86rf230_local *lp, u8 xtal_trim)
 	 *	  but this is different on each board setup. You need to fine
 	 *	  tuning this value via CTRIM.
 	 * CTRIM = variable capacitor setting. Resolution is 0.3 pF range is
-	 *	   0 pF upto 4.5 pF.
+	 *	   0 pF up to 4.5 pF.
 	 *
 	 * Examples:
 	 * atben transceiver:
diff --git a/net/mac802154/iface.c b/net/mac802154/iface.c
index b823720630e7..ff6e99257bc8 100644
--- a/net/mac802154/iface.c
+++ b/net/mac802154/iface.c
@@ -521,7 +521,7 @@ static void ieee802154_if_setup(struct net_device *dev)
 
 	/* Let hard_header_len set to IEEE802154_MIN_HEADER_LEN. AF_PACKET
 	 * will not send frames without any payload, but ack frames
-	 * has no payload, so substract one that we can send a 3 bytes
+	 * has no payload, so subtract one that we can send a 3 bytes
 	 * frame. The xmit callback assumes at least a hard header where two
 	 * bytes fc and sequence field are set.
 	 */
-- 
2.48.1


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

* Re: [PATCH] net: fix typos in comments
  2026-09-07  6:43 [PATCH] net: fix typos in comments Hemanth Selam
@ 2026-09-07  8:12 ` Miquel Raynal
  2026-09-08 12:50 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 5+ messages in thread
From: Miquel Raynal @ 2026-09-07  8:12 UTC (permalink / raw)
  To: Hemanth Selam
  Cc: Alexander Aring, Stefan Schmidt, Andrew Lunn, David S . Miller,
	Eric Dumazet, Jakub Kicinski, Paolo Abeni, Simon Horman,
	linux-wpan, netdev, linux-kernel

On 07/09/2026 at 12:13:46 +0530, Hemanth Selam <hemanth.selam@gmail.com> wrote:

> Fix typos in comments, 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>

The subject prefix is incomplete, nevertheless typos are real.

Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com>

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

* Re: [PATCH] net: fix typos in comments
  2026-09-07  6:43 [PATCH] net: fix typos in comments Hemanth Selam
  2026-09-07  8:12 ` Miquel Raynal
@ 2026-09-08 12:50 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 5+ messages in thread
From: patchwork-bot+netdevbpf @ 2026-09-08 12:50 UTC (permalink / raw)
  To: Hemanth Selam
  Cc: alex.aring, stefan, miquel.raynal, andrew+netdev, davem,
	edumazet, kuba, pabeni, horms, linux-wpan, netdev, linux-kernel

Hello:

This patch was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Mon,  7 Sep 2026 12:13:46 +0530 you wrote:
> Fix typos in comments, 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>
> 
> [...]

Here is the summary with links:
  - net: fix typos in comments
    https://git.kernel.org/netdev/net-next/c/1773727507ed

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

* Re: [PATCH] net: fix typos in comments
  2026-09-04 11:20 Hemanth Selam
@ 2026-09-04 13:10 ` Christian Schoenebeck
  0 siblings, 0 replies; 5+ messages in thread
From: Christian Schoenebeck @ 2026-09-04 13:10 UTC (permalink / raw)
  To: Eric Van Hensbergen, Latchesar Ionkov, Dominique Martinet,
	David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	Simon Horman, Hemanth Selam
  Cc: linux-kernel, v9fs, netdev

On Friday, 4 September 2026 13:20:59 CEST Hemanth Selam wrote:
> Fix typos in comments, 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>

But didn't catch the double spaces in the commit log. ;-)

Reviewed-by: Christian Schoenebeck <linux_oss@crudebyte.com>

> ---
>  include/net/9p/9p.h     | 2 +-
>  include/net/9p/client.h | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/include/net/9p/9p.h b/include/net/9p/9p.h
> index fd7a034b8278..22ab7486795d 100644
> --- a/include/net/9p/9p.h
> +++ b/include/net/9p/9p.h
> @@ -120,7 +120,7 @@ void _p9_debug(enum p9_debug_flags level, const char
> *func, * @P9_RCREATE: response with file access information
>   * @P9_TREAD: request to transfer data from a file or directory
>   * @P9_RREAD: response with data requested
> - * @P9_TWRITE: reuqest to transfer data to a file
> + * @P9_TWRITE: request to transfer data to a file
>   * @P9_RWRITE: response with out much data was transferred to file
>   * @P9_TCLUNK: forget about a handle to an entity within the file system
>   * @P9_RCLUNK: response when server has forgotten about the handle
> diff --git a/include/net/9p/client.h b/include/net/9p/client.h
> index 55c6cb54bd25..f3aead8939ef 100644
> --- a/include/net/9p/client.h
> +++ b/include/net/9p/client.h
> @@ -97,7 +97,7 @@ struct p9_req_t {
>   * @proto_version: 9P protocol version to use
>   * @trans_mod: module API instantiated with this client
>   * @status: connection state
> - * @trans: tranport instance state and API
> + * @trans: transport instance state and API
>   * @fids: All active FID handles
>   * @reqs: All active requests.
>   * @name: node name used as client id





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

* [PATCH] net: fix typos in comments
@ 2026-09-04 11:20 Hemanth Selam
  2026-09-04 13:10 ` Christian Schoenebeck
  0 siblings, 1 reply; 5+ messages in thread
From: Hemanth Selam @ 2026-09-04 11:20 UTC (permalink / raw)
  To: Eric Van Hensbergen, Latchesar Ionkov, Dominique Martinet,
	Christian Schoenebeck, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Simon Horman
  Cc: linux-kernel, v9fs, netdev

Fix typos in comments, 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/net/9p/9p.h     | 2 +-
 include/net/9p/client.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/net/9p/9p.h b/include/net/9p/9p.h
index fd7a034b8278..22ab7486795d 100644
--- a/include/net/9p/9p.h
+++ b/include/net/9p/9p.h
@@ -120,7 +120,7 @@ void _p9_debug(enum p9_debug_flags level, const char *func,
  * @P9_RCREATE: response with file access information
  * @P9_TREAD: request to transfer data from a file or directory
  * @P9_RREAD: response with data requested
- * @P9_TWRITE: reuqest to transfer data to a file
+ * @P9_TWRITE: request to transfer data to a file
  * @P9_RWRITE: response with out much data was transferred to file
  * @P9_TCLUNK: forget about a handle to an entity within the file system
  * @P9_RCLUNK: response when server has forgotten about the handle
diff --git a/include/net/9p/client.h b/include/net/9p/client.h
index 55c6cb54bd25..f3aead8939ef 100644
--- a/include/net/9p/client.h
+++ b/include/net/9p/client.h
@@ -97,7 +97,7 @@ struct p9_req_t {
  * @proto_version: 9P protocol version to use
  * @trans_mod: module API instantiated with this client
  * @status: connection state
- * @trans: tranport instance state and API
+ * @trans: transport instance state and API
  * @fids: All active FID handles
  * @reqs: All active requests.
  * @name: node name used as client id
-- 
2.48.1


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

end of thread, other threads:[~2026-09-08 12:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-07  6:43 [PATCH] net: fix typos in comments Hemanth Selam
2026-09-07  8:12 ` Miquel Raynal
2026-09-08 12:50 ` patchwork-bot+netdevbpf
  -- strict thread matches above, loose matches on Subject: below --
2026-09-04 11:20 Hemanth Selam
2026-09-04 13:10 ` Christian Schoenebeck

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®