Re: [PATCH net-next] phy: fix kdoc warning

2020-12-16 Thread Jakub Kicinski
On Mon, 14 Dec 2020 22:37:50 -0800 Jakub Kicinski wrote: > Kdoc does not like it when multiline comment follows the networking > style of starting right on the first line: > > include/linux/phy.h:869: warning: Function parameter or member 'config_intr' > not described in 'phy_driver' > > Signed-

[PATCH net-next] phy: fix kdoc warning

2020-12-14 Thread Jakub Kicinski
Kdoc does not like it when multiline comment follows the networking style of starting right on the first line: include/linux/phy.h:869: warning: Function parameter or member 'config_intr' not described in 'phy_driver' Signed-off-by: Jakub Kicinski --- include/linux/phy.h | 3 ++- 1 file change