diff options
| author | Shannon Nelson <shannon.nelson@amd.com> | 2025-04-25 23:46:16 +0300 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2025-04-30 14:55:59 +0300 |
| commit | 144530c15ec7fa95b29812d86f4be527338ea204 (patch) | |
| tree | 7b869d64e41afb8e4a9fef23b88f32b325324326 /include | |
| parent | 1f773970a72e485bb7da494e6d2ec1631ea04133 (diff) | |
| download | linux-144530c15ec7fa95b29812d86f4be527338ea204.tar.xz | |
pds_core: remove extra name description
Fix the kernel-doc complaint
include/linux/pds/pds_adminq.h:481: warning: Excess struct member 'name' description in 'pds_core_lif_getattr_comp'
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: Shannon Nelson <shannon.nelson@amd.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/pds/pds_adminq.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/pds/pds_adminq.h b/include/linux/pds/pds_adminq.h index ddd111f04ca0..339156113fa5 100644 --- a/include/linux/pds/pds_adminq.h +++ b/include/linux/pds/pds_adminq.h @@ -463,7 +463,6 @@ struct pds_core_lif_getattr_cmd { * @rsvd: Word boundary padding * @comp_index: Index in the descriptor ring for which this is the completion * @state: LIF state (enum pds_core_lif_state) - * @name: LIF name string, 0 terminated * @features: Features (enum pds_core_hw_features) * @rsvd2: Word boundary padding * @color: Color bit |
