All of lore.kernel.org
 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 related	[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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.