]> git.baikalelectronics.ru Git - kernel.git/commit
net: Change netdev_<level> logging functions to return void
authorJoe Perches <joe@perches.com>
Mon, 22 Sep 2014 18:10:50 +0000 (11:10 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 26 Sep 2014 19:17:17 +0000 (15:17 -0400)
commit6924b950fcb4b8cafab2d763aa62dc9cba3e8a45
treea11c449389583dee4d26215db3d362630a8af547
parent22bd372d86a7c2a40da0eb85645af9eefa5ea9eb
net: Change netdev_<level> logging functions to return void

No caller or macro uses the return value so make all
the functions return void.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h
net/core/dev.c