ethtool: reformat kerneldoc for struct ethtool_fec_stats
authorJonathan Corbet <corbet@lwn.net>
Tue, 19 Dec 2023 23:55:31 +0000 (16:55 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Dec 2023 01:22:59 +0000 (01:22 +0000)
commit1271ca00aa7f9bb3fd94cb7ac8f654de71099580
tree2c053106aab811687b676aeaa9874d76d5ea7ba7
parentd0c3891db2d279b2f5ff8fd174e0b09e75dea039
ethtool: reformat kerneldoc for struct ethtool_fec_stats

The kerneldoc comment for struct ethtool_fec_stats attempts to describe the
"total" and "lanes" fields of the ethtool_fec_stat substructure in a way
leading to these warnings:

  ./include/linux/ethtool.h:424: warning: Excess struct member 'lane' description in 'ethtool_fec_stats'
  ./include/linux/ethtool.h:424: warning: Excess struct member 'total' description in 'ethtool_fec_stats'

Reformat the comment to retain the information while eliminating the
warnings.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/ethtool.h