On Thu, May 05, 2016 at 10:17:18PM +0200, Sven Eckelmann wrote:
On Friday 06 May 2016 02:46:37 Antonio Quartulli wrote:
the compiler can optimize functions within the same C file and therefore there is no need to make it explicit.
Remove the useless inline attribute for __batadv_store_uint_attr()
Signed-off-by: Antonio Quartulli a@unstable.cc
net/batman-adv/sysfs.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-)
This is not about this particular patch but for the patch series.
Please check the attached test results of the daily build tests.
Sven,
do you know how I can deal with:
./net/batman-adv/types.h:1338: warning: No description found for parameter 'gw'
?
There are also other objects similar to that in the bat_algo_ops (i.e. iface, neigh, ..), but the check complains about gw only ?
Kind regards, Sve