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-
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