mbox series

[net,0/3] ethtool: kdoc fixes

Message ID 20210407002827.1861191-1-kuba@kernel.org
Headers show
Series ethtool: kdoc fixes | expand

Message

Jakub Kicinski April 7, 2021, 12:28 a.m. UTC
Number of kdoc fixes to ethtool headers. All comment changes.

With all the patches posted kdoc script seems happy:
$ ./scripts/kernel-doc -none include/uapi/linux/ethtool.h include/linux/ethtool.h
$

Note that some of the changes are in -next, e.g. the FEC
documentation update so full effect will be seen after
trees converge.

Jakub Kicinski (3):
  ethtool: un-kdocify extended link state
  ethtool: document reserved fields in the uAPI
  ethtool: fix kdoc in headers

 include/linux/ethtool.h      | 13 +++++----
 include/uapi/linux/ethtool.h | 54 ++++++++++++++++++++++--------------
 2 files changed, 41 insertions(+), 26 deletions(-)