Re: [PATCH 1/9] l3mdev: Correct function names in the kerneldoc comments

2021-03-27 Thread David Ahern
On 3/27/21 2:15 AM, Xiongfeng Wang wrote: > Fix the following W=1 kernel build warning(s): > > net/l3mdev/l3mdev.c:111: warning: expecting prototype for > l3mdev_master_ifindex(). Prototype was for l3mdev_master_ifindex_rcu() instead > net/l3mdev/l3mdev.c:145: warning: expecting prototype for

[PATCH 1/9] l3mdev: Correct function names in the kerneldoc comments

2021-03-27 Thread Xiongfeng Wang
Fix the following W=1 kernel build warning(s): net/l3mdev/l3mdev.c:111: warning: expecting prototype for l3mdev_master_ifindex(). Prototype was for l3mdev_master_ifindex_rcu() instead net/l3mdev/l3mdev.c:145: warning: expecting prototype for l3mdev_master_upper_ifindex_by_index(). Prototype wa