diff options
author | 2023-02-16 11:24:26 -0800 | |
---|---|---|
committer | 2023-02-16 14:50:03 -0800 | |
commit | 1bb31131231ddef851bd01299f19603d38a111de (patch) | |
tree | af0133fe17c2d95d4d03c43ca5f555a28ce1cc25 | |
parent | cxl/trace: Add serial number to trace points (diff) | |
download | wireguard-linux-1bb31131231ddef851bd01299f19603d38a111de.tar.xz wireguard-linux-1bb31131231ddef851bd01299f19603d38a111de.zip |
cxl/mem: Add kdoc param for event log driver state
This makes the kernel-doc for cxl_dev_state complete.
Signed-off-by: Alison Schofield <alison.schofield@intel.com>
Link: https://lore.kernel.org/r/20230216192426.1184606-1-alison.schofield@intel.com
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to '')
-rw-r--r-- | drivers/cxl/cxlmem.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/cxl/cxlmem.h b/drivers/cxl/cxlmem.h index 802b5b396daf..fb160c354a88 100644 --- a/drivers/cxl/cxlmem.h +++ b/drivers/cxl/cxlmem.h @@ -257,6 +257,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 |