diff options
author | Davidlohr Bueso <dave@stgolabs.net> | 2023-07-25 22:19:39 -0700 |
---|---|---|
committer | Vishal Verma <vishal.l.verma@intel.com> | 2023-07-28 13:16:54 -0600 |
commit | 3de8cd2242419fb0adaee629d488acfd6cd93c92 (patch) | |
tree | 04a37f018030a936d9c1967adf90f57314da6193 | |
parent | 0fcde5989e8a54b2a155d8bcea21a7f99abb50f9 (diff) |
cxl/memdev: Document security state in kern-doc
... as is the case with all members of struct cxl_memdev_state.
Signed-off-by: Davidlohr Bueso <dave@stgolabs.net>
Link: https://lore.kernel.org/r/20230726051940.3570-3-dave@stgolabs.net
Reviewed-by: Dave Jiang <dave.jiang@intel.com>
Signed-off-by: Vishal Verma <vishal.l.verma@intel.com>
-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 499113328586..f3aca828fbec 100644 --- a/drivers/cxl/cxlmem.h +++ b/drivers/cxl/cxlmem.h @@ -434,6 +434,7 @@ struct cxl_dev_state { * @next_persistent_bytes: persistent capacity change pending device reset * @event: event log driver state * @poison: poison driver state info + * @security: security driver state info * @fw: firmware upload / activation state * @mbox_send: @dev specific transport for transmitting mailbox commands * |