From: Paul Moore Date: Fri, 17 Nov 2006 22:38:45 +0000 (-0500) Subject: NetLabel: change netlbl_secattr_init() to return void X-Git-Tag: v2.6.20-rc1~34^2~40^2~281 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6fa82a9dd6160e0bc980cb0401c16bf62f2fe66;p=pandora-kernel.git 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 Signed-off-by: James Morris --- Reading git-diff-tree failed