mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] cxl: fix mailbox return code description typo
@ 2026-06-24 12:28 Yousef Alhouseen
  2026-06-24 13:42 ` Richard Cheng
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Yousef Alhouseen @ 2026-06-24 12:28 UTC (permalink / raw)
  To: Dave Jiang, Alison Schofield, Vishal Verma
  Cc: Dan Williams, Ira Weiny, Jonathan Cameron, Davidlohr Bueso,
	Li Ming, linux-cxl, linux-kernel, Yousef Alhouseen

Fix a typo in the CXL mailbox command return code description for the
interrupted-command case.

Signed-off-by: Yousef Alhouseen <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 ed419d0c5..503ae2864 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.54.0


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

* Re: [PATCH] cxl: fix mailbox return code description typo
  2026-06-24 12:28 [PATCH] cxl: fix mailbox return code description typo Yousef Alhouseen
@ 2026-06-24 13:42 ` Richard Cheng
  2026-06-24 18:17 ` Dave Jiang
  2026-06-29 16:05 ` Dave Jiang
  2 siblings, 0 replies; 4+ messages in thread
From: Richard Cheng @ 2026-06-24 13:42 UTC (permalink / raw)
  To: Yousef Alhouseen
  Cc: Dave Jiang, Alison Schofield, Vishal Verma, Dan Williams,
	Ira Weiny, Jonathan Cameron, Davidlohr Bueso, Li Ming, linux-cxl,
	linux-kernel

On Wed, Jun 24, 2026 at 02:28:35PM +0800, Yousef Alhouseen wrote:
> Fix a typo in the CXL mailbox command return code description for the
> interrupted-command case.
> 
> Signed-off-by: Yousef Alhouseen <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 ed419d0c5..503ae2864 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.54.0
> 
>

Hi Yousef,

Thanks for this.

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

Best regards,
Richard Cheng 

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

* Re: [PATCH] cxl: fix mailbox return code description typo
  2026-06-24 12:28 [PATCH] cxl: fix mailbox return code description typo Yousef Alhouseen
  2026-06-24 13:42 ` Richard Cheng
@ 2026-06-24 18:17 ` Dave Jiang
  2026-06-29 16:05 ` Dave Jiang
  2 siblings, 0 replies; 4+ messages in thread
From: Dave Jiang @ 2026-06-24 18:17 UTC (permalink / raw)
  To: Yousef Alhouseen, Alison Schofield, Vishal Verma
  Cc: Dan Williams, Ira Weiny, Jonathan Cameron, Davidlohr Bueso,
	Li Ming, linux-cxl, linux-kernel



On 6/24/26 5:28 AM, Yousef Alhouseen wrote:
> Fix a typo in the CXL mailbox command return code description for the
> interrupted-command case.
> 
> Signed-off-by: Yousef Alhouseen <alhouseenyousef@gmail.com>

Reviewed-by: Dave Jiang <dave.jiang@intel.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 ed419d0c5..503ae2864 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] 4+ messages in thread

* Re: [PATCH] cxl: fix mailbox return code description typo
  2026-06-24 12:28 [PATCH] cxl: fix mailbox return code description typo Yousef Alhouseen
  2026-06-24 13:42 ` Richard Cheng
  2026-06-24 18:17 ` Dave Jiang
@ 2026-06-29 16:05 ` Dave Jiang
  2 siblings, 0 replies; 4+ messages in thread
From: Dave Jiang @ 2026-06-29 16:05 UTC (permalink / raw)
  To: Yousef Alhouseen, Alison Schofield, Vishal Verma
  Cc: Dan Williams, Ira Weiny, Jonathan Cameron, Davidlohr Bueso,
	Li Ming, linux-cxl, linux-kernel



On 6/24/26 5:28 AM, Yousef Alhouseen wrote:
> Fix a typo in the CXL mailbox command return code description for the
> interrupted-command case.
> 
> Signed-off-by: Yousef Alhouseen <alhouseenyousef@gmail.com>

Applied to cxl/next
fe7883d0e99a

> ---
>  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 ed419d0c5..503ae2864 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] 4+ messages in thread

end of thread, other threads:[~2026-06-29 16:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-24 12:28 [PATCH] cxl: fix mailbox return code description typo Yousef Alhouseen
2026-06-24 13:42 ` Richard Cheng
2026-06-24 18:17 ` Dave Jiang
2026-06-29 16:05 ` Dave Jiang

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

Powered by JetHome