2023-02-16 19:24:34

by Alison Schofield

[permalink] [raw]
Subject: [PATCH] cxl/mem: Add kdoc param for event log driver state

From: Alison Schofield <[email protected]>

This makes the kernel-doc for cxl_dev_state complete.

Signed-off-by: Alison Schofield <[email protected]>
---
Needs to accompany 'for-6.3/cxl-events' into 6.3

drivers/cxl/cxlmem.h | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/cxl/cxlmem.h b/drivers/cxl/cxlmem.h
index c6c560c67a8a..ccbafc05a636 100644
--- a/drivers/cxl/cxlmem.h
+++ b/drivers/cxl/cxlmem.h
@@ -250,6 +250,7 @@ struct cxl_event_state {
* @info: Cached DVSEC information about the device.
* @serial: PCIe Device Serial Number
* @doe_mbs: PCI DOE mailbox array
+ * @event: event log driver state
* @mbox_send: @dev specific transport for transmitting mailbox commands
*
* See section 8.2.9.5.2 Capacity Configuration and Label Storage for

base-commit: a5fcd228ca1db9810ba1ed461c90b6ee933b9daf
--
2.37.3



2023-02-16 22:49:34

by Dan Williams

[permalink] [raw]
Subject: RE: [PATCH] cxl/mem: Add kdoc param for event log driver state

alison.schofield@ wrote:
> From: Alison Schofield <[email protected]>
>
> This makes the kernel-doc for cxl_dev_state complete.
>
> Signed-off-by: Alison Schofield <[email protected]>
> ---
> Needs to accompany 'for-6.3/cxl-events' into 6.3

Thanks Alison, applied.