NetLabel: change netlbl_secattr_init() to return void
authorPaul Moore <paul.moore@hp.com>
Fri, 17 Nov 2006 22:38:45 +0000 (17:38 -0500)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 3 Dec 2006 05:24:06 +0000 (21:24 -0800)
commitc6fa82a9dd6160e0bc980cb0401c16bf62f2fe66
tree3055b0e8fd0372da0c26726b9762d01078ad593a
parentcd28786d6d4209ec32a375d92188ec7b4d98779f
NetLabel: change netlbl_secattr_init() to return void

The netlbl_secattr_init() function would always return 0 making it pointless
to have a return value.  This patch changes the function to return void.

Signed-off-by: Paul Moore <paul.moore@hp.com>
Signed-off-by: James Morris <jmorris@namei.org>
include/net/netlabel.h