diff options
author | 2025-03-07 13:55:39 -0700 | |
---|---|---|
committer | 2025-03-17 14:41:37 -0300 | |
commit | 0e18a6eca946f46f6ca7321821a654b161de485a (patch) | |
tree | 5f2090430c694e32bfe1c6fec9ea6501a922a3b2 | |
parent | fwctl/cxl: Add documentation to FWCTL CXL (diff) | |
download | wireguard-linux-0e18a6eca946f46f6ca7321821a654b161de485a.tar.xz wireguard-linux-0e18a6eca946f46f6ca7321821a654b161de485a.zip |
cxl: Fixup kdoc issues for include/cxl/features.h
Fixup kdoc issues for include/cxl/features.h from linux-next build.
Link: https://patch.msgid.link/r/20250307205648.1021626-10-dave.jiang@intel.com
Signed-off-by: Dave Jiang <dave.jiang@intel.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
-rw-r--r-- | include/cxl/features.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/cxl/features.h b/include/cxl/features.h index fbfdc601bd85..a3bb34694c06 100644 --- a/include/cxl/features.h +++ b/include/cxl/features.h @@ -51,8 +51,6 @@ enum cxl_features_capability { * struct cxl_features_state - The Features state for the device * @cxlds: Pointer to CXL device state * @entries: CXl feature entry context - * @num_features: total Features supported by the device - * @ent: Flex array of Feature detail entries from the device */ struct cxl_features_state { struct cxl_dev_state *cxlds; |