Linux CXL
 help / color / mirror / Atom feed
* [PATCH] cxl: Fix spelling typo in asynchronous event string
@ 2026-07-03 14:52 Praveen Rajendran
  2026-07-04 10:56 ` Richard Cheng
  2026-07-06 18:10 ` Dave Jiang
  0 siblings, 2 replies; 3+ messages in thread
From: Praveen Rajendran @ 2026-07-03 14:52 UTC (permalink / raw)
  To: dave, jic23, dave.jiang, alison.schofield, vishal.l.verma, djbw
  Cc: iweiny, ming.li, linux-cxl, linux-kernel, Praveen Rajendran

Correct a user-facing spelling mistake in the CXL memory error logging
macro array where "occurred" was misspelled as "occured".

Signed-off-by: Praveen Rajendran <praveenrajendran2009@gmail.com>
---
 drivers/cxl/cxlmem.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/cxl/cxlmem.h b/drivers/cxl/cxlmem.h
index ed419d0c59f2..503ae2864591 100644
--- a/drivers/cxl/cxlmem.h
+++ b/drivers/cxl/cxlmem.h
@@ -183,7 +183,7 @@ static inline struct cxl_ep *cxl_ep_load(struct cxl_port *port,
 	C(MBUNSUPPORTED, -ENXIO, "unsupported on the mailbox it was issued on"),\
 	C(PAYLOADLEN, -ENXIO, "invalid payload length"),			\
 	C(LOG, -ENXIO, "invalid or unsupported log page"),			\
-	C(INTERRUPTED, -ENXIO, "asynchronous event occured"),			\
+	C(INTERRUPTED, -ENXIO, "asynchronous event occurred"),			\
 	C(FEATUREVERSION, -ENXIO, "unsupported feature version"),		\
 	C(FEATURESELVALUE, -ENXIO, "unsupported feature selection value"),	\
 	C(FEATURETRANSFERIP, -ENXIO, "feature transfer in progress"),		\
-- 
2.50.1


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

* Re: [PATCH] cxl: Fix spelling typo in asynchronous event string
  2026-07-03 14:52 [PATCH] cxl: Fix spelling typo in asynchronous event string Praveen Rajendran
@ 2026-07-04 10:56 ` Richard Cheng
  2026-07-06 18:10 ` Dave Jiang
  1 sibling, 0 replies; 3+ messages in thread
From: Richard Cheng @ 2026-07-04 10:56 UTC (permalink / raw)
  To: Praveen Rajendran
  Cc: dave, jic23, dave.jiang, alison.schofield, vishal.l.verma, djbw,
	iweiny, ming.li, linux-cxl, linux-kernel

On Fri, Jul 03, 2026 at 08:22:50PM +0800, Praveen Rajendran wrote:
> Correct a user-facing spelling mistake in the CXL memory error logging
> macro array where "occurred" was misspelled as "occured".
> 
> Signed-off-by: Praveen Rajendran <praveenrajendran2009@gmail.com>
> ---
>  drivers/cxl/cxlmem.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/cxl/cxlmem.h b/drivers/cxl/cxlmem.h
> index ed419d0c59f2..503ae2864591 100644
> --- a/drivers/cxl/cxlmem.h
> +++ b/drivers/cxl/cxlmem.h
> @@ -183,7 +183,7 @@ static inline struct cxl_ep *cxl_ep_load(struct cxl_port *port,
>  	C(MBUNSUPPORTED, -ENXIO, "unsupported on the mailbox it was issued on"),\
>  	C(PAYLOADLEN, -ENXIO, "invalid payload length"),			\
>  	C(LOG, -ENXIO, "invalid or unsupported log page"),			\
> -	C(INTERRUPTED, -ENXIO, "asynchronous event occured"),			\
> +	C(INTERRUPTED, -ENXIO, "asynchronous event occurred"),			\
>  	C(FEATUREVERSION, -ENXIO, "unsupported feature version"),		\
>  	C(FEATURESELVALUE, -ENXIO, "unsupported feature selection value"),	\
>  	C(FEATURETRANSFERIP, -ENXIO, "feature transfer in progress"),		\
> -- 
> 2.50.1
> 
>

Reviewed-by: Richard Cheng <icheng@nvidia.com>

Best regards,
Richard Cheng. 

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

* Re: [PATCH] cxl: Fix spelling typo in asynchronous event string
  2026-07-03 14:52 [PATCH] cxl: Fix spelling typo in asynchronous event string Praveen Rajendran
  2026-07-04 10:56 ` Richard Cheng
@ 2026-07-06 18:10 ` Dave Jiang
  1 sibling, 0 replies; 3+ messages in thread
From: Dave Jiang @ 2026-07-06 18:10 UTC (permalink / raw)
  To: Praveen Rajendran, dave, jic23, alison.schofield, vishal.l.verma,
	djbw
  Cc: iweiny, ming.li, linux-cxl, linux-kernel



On 7/3/26 7:52 AM, Praveen Rajendran wrote:
> Correct a user-facing spelling mistake in the CXL memory error logging
> macro array where "occurred" was misspelled as "occured".
> 
> Signed-off-by: Praveen Rajendran <praveenrajendran2009@gmail.com>

Hi Praveen, this is a duplicate [1] that was already applied to cxl/next.

[1]: https://lore.kernel.org/linux-cxl/20260624122835.5656-1-alhouseenyousef@gmail.com/



> ---
>  drivers/cxl/cxlmem.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/cxl/cxlmem.h b/drivers/cxl/cxlmem.h
> index ed419d0c59f2..503ae2864591 100644
> --- a/drivers/cxl/cxlmem.h
> +++ b/drivers/cxl/cxlmem.h
> @@ -183,7 +183,7 @@ static inline struct cxl_ep *cxl_ep_load(struct cxl_port *port,
>  	C(MBUNSUPPORTED, -ENXIO, "unsupported on the mailbox it was issued on"),\
>  	C(PAYLOADLEN, -ENXIO, "invalid payload length"),			\
>  	C(LOG, -ENXIO, "invalid or unsupported log page"),			\
> -	C(INTERRUPTED, -ENXIO, "asynchronous event occured"),			\
> +	C(INTERRUPTED, -ENXIO, "asynchronous event occurred"),			\
>  	C(FEATUREVERSION, -ENXIO, "unsupported feature version"),		\
>  	C(FEATURESELVALUE, -ENXIO, "unsupported feature selection value"),	\
>  	C(FEATURETRANSFERIP, -ENXIO, "feature transfer in progress"),		\


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

end of thread, other threads:[~2026-07-06 18:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-03 14:52 [PATCH] cxl: Fix spelling typo in asynchronous event string Praveen Rajendran
2026-07-04 10:56 ` Richard Cheng
2026-07-06 18:10 ` Dave Jiang

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