]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd1556cfc8cafbe454b408e7ad932b8aa539ccd14
treefdbde705a0f17e071f456d68b01f1f64d0fa4ad2
parentad4cfb3f0fa94953328e1b614d5ee702afec52bd
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