Re: [PATCH 08/10] of: of_net: Provide function name and param description

2021-03-18 Thread Andrew Lunn
On Thu, Mar 18, 2021 at 10:40:34AM +, Lee Jones wrote: > Fixes the following W=1 kernel build warning(s): > > drivers/of/of_net.c:104: warning: Function parameter or member 'np' not > described in 'of_get_mac_address' > drivers/of/of_net.c:104: warning: expecting prototype for mac(). Protot

[PATCH 08/10] of: of_net: Provide function name and param description

2021-03-18 Thread Lee Jones
Fixes the following W=1 kernel build warning(s): drivers/of/of_net.c:104: warning: Function parameter or member 'np' not described in 'of_get_mac_address' drivers/of/of_net.c:104: warning: expecting prototype for mac(). Prototype was for of_get_mac_address() instead Cc: Andrew Lunn Cc: Heine