mirror of
https://github.com/linux-msm/laptops-kernel.git
synced 2026-08-13 14:19:53 -07:00
cxl: fix mailbox return code description typo
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: Richard Cheng <icheng@nvidia.com> Reviewed-by: Ira Weiny <iweiny@kernel.org> Link: https://patch.msgid.link/20260624122835.5656-1-alhouseenyousef@gmail.com Signed-off-by: Dave Jiang <dave.jiang@intel.com>
This commit is contained in:
committed by
Dave Jiang
parent
8a13db9f89
commit
fe7883d0e9
@@ -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"), \
|
||||
|
||||
Reference in New Issue
Block a user