OSDN Git Service

netlink: Fix do_one_broadcast() prototype.
authorRami Rosen <ramirose@gmail.com>
Tue, 1 Jul 2014 18:17:35 +0000 (21:17 +0300)
committerDavid S. Miller <davem@davemloft.net>
Tue, 8 Jul 2014 03:52:49 +0000 (20:52 -0700)
commit46c9521fc245d91ff5b14cf246f28cee3f99a670
treefdbde705a0f17e071f456d68b01f1f64d0fa4ad2
parent8e6e85e606c9472fca7504f231585e7760841628
netlink: Fix do_one_broadcast() prototype.

This patch changes the prototype of the do_one_broadcast() method so that it will return void.

Signed-off-by: Rami Rosen <ramirose@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netlink/af_netlink.c