Message ID | 20250307205648.1021626-10-dave.jiang@intel.com |
---|---|
State | New |
Headers | show |
Series | cxl: Add CXL feature commands support via fwctl | expand |
On 3/8/2025 4:55 AM, Dave Jiang wrote: > Fixup kdoc issues for include/cxl/features.h from linux-next build. > > Signed-off-by: Dave Jiang <dave.jiang@intel.com> Reviewed-by: Li Ming <ming.li@zohomail.com> > --- > include/cxl/features.h | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/include/cxl/features.h b/include/cxl/features.h > index ead63573b0b4..cdd4c7131cc3 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 > * @fwctl_dev: Firmware Control device > */ > struct cxl_features_state {
diff --git a/include/cxl/features.h b/include/cxl/features.h index ead63573b0b4..cdd4c7131cc3 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 * @fwctl_dev: Firmware Control device */ struct cxl_features_state {
Fixup kdoc issues for include/cxl/features.h from linux-next build. Signed-off-by: Dave Jiang <dave.jiang@intel.com> --- include/cxl/features.h | 2 -- 1 file changed, 2 deletions(-)