mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] tools/testing: fix typo "occuring" in comment
@ 2026-09-04 10:40 Hemanth Selam
  2026-09-04 16:18 ` Alison Schofield
  0 siblings, 1 reply; 2+ messages in thread
From: Hemanth Selam @ 2026-09-04 10:40 UTC (permalink / raw)
  To: Davidlohr Bueso, Jonathan Cameron, Dave Jiang, Alison Schofield,
	Vishal Verma, Dan Williams, Ira Weiny, Li Ming
  Cc: linux-kernel, linux-cxl

Correct "occuring" to "occurring", 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>
---
 tools/testing/cxl/test/mem.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/cxl/test/mem.c b/tools/testing/cxl/test/mem.c
index 7b756000a1a6..3d8a6d2b69d7 100644
--- a/tools/testing/cxl/test/mem.c
+++ b/tools/testing/cxl/test/mem.c
@@ -246,7 +246,7 @@ static void mes_add_event(struct mock_event_store *mes,
 }
 
 /*
- * Vary the number of events returned to simulate events occuring while the
+ * Vary the number of events returned to simulate events occurring while the
  * logs are being read.
  */
 static atomic_t event_counter = ATOMIC_INIT(0);
-- 
2.48.1


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

* Re: [PATCH] tools/testing: fix typo "occuring" in comment
  2026-09-04 10:40 [PATCH] tools/testing: fix typo "occuring" in comment Hemanth Selam
@ 2026-09-04 16:18 ` Alison Schofield
  0 siblings, 0 replies; 2+ messages in thread
From: Alison Schofield @ 2026-09-04 16:18 UTC (permalink / raw)
  To: Hemanth Selam
  Cc: Davidlohr Bueso, Jonathan Cameron, Dave Jiang, Vishal Verma,
	Dan Williams, Ira Weiny, Li Ming, linux-kernel, linux-cxl

On Fri, Sep 04, 2026 at 04:10:12PM +0530, Hemanth Selam wrote:
> Correct "occuring" to "occurring", reported by scripts/checkpatch.pl using
> the misspelling list in scripts/spelling.txt.  Only touches comments, no
> code changes.

Hi Hemanth,

Spelling corrections to code comments, which are not user facing,
are too trivial to be worth the churn. Sometimes folks make a spelling
correction like this while they are doing 'something else' in that
code.

For for CXL subsystem, the better place to point your tool is at the
mailing list where you are welcome to review patches and reply with
spelling issues in any patch commit messaging, user facing messaging,
and code comments - before the patch merges.

-- Alison


> 
> Assisted-by: Cursor:claude-opus-5
> Signed-off-by: Hemanth Selam <hemanth.selam@gmail.com>
> ---
>  tools/testing/cxl/test/mem.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/testing/cxl/test/mem.c b/tools/testing/cxl/test/mem.c
> index 7b756000a1a6..3d8a6d2b69d7 100644
> --- a/tools/testing/cxl/test/mem.c
> +++ b/tools/testing/cxl/test/mem.c
> @@ -246,7 +246,7 @@ static void mes_add_event(struct mock_event_store *mes,
>  }
>  
>  /*
> - * Vary the number of events returned to simulate events occuring while the
> + * Vary the number of events returned to simulate events occurring while the
>   * logs are being read.
>   */
>  static atomic_t event_counter = ATOMIC_INIT(0);
> -- 
> 2.48.1
> 

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-04 10:40 [PATCH] tools/testing: fix typo "occuring" in comment Hemanth Selam
2026-09-04 16:18 ` Alison Schofield

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®