Re: [PATCH net] net: ethtool: Add missing kernel doc for FEC parameters

2018-04-23 Thread David Miller
From: Florian Fainelli Date: Sat, 21 Apr 2018 16:18:48 -0700 > + * @sec_fecparam: Set the network device Forward Error Correction As Sergei pointed out this should be "set_fecparam"

Re: [PATCH net] net: ethtool: Add missing kernel doc for FEC parameters

2018-04-22 Thread Sergei Shtylyov
Hello! On 4/22/2018 2:18 AM, Florian Fainelli wrote: While adding support for ethtool::get_fecparam and set_param, kernel doc for set_fecparam. these functions was missed, add those. Fixes: 1a5f3da20bd9 ("net: ethtool: add support for forward error correction modes") Signed-off-by: Flo

[PATCH net] net: ethtool: Add missing kernel doc for FEC parameters

2018-04-21 Thread Florian Fainelli
While adding support for ethtool::get_fecparam and set_param, kernel doc for these functions was missed, add those. Fixes: 1a5f3da20bd9 ("net: ethtool: add support for forward error correction modes") Signed-off-by: Florian Fainelli --- include/linux/ethtool.h | 4 1 file changed, 4 insert