]> git.karo-electronics.de Git - karo-tx-linux.git/commit
selinux: Delete an unnecessary return statement in cond_compute_av()
authorMarkus Elfring <elfring@users.sourceforge.net>
Sat, 14 Jan 2017 10:00:23 +0000 (11:00 +0100)
committerPaul Moore <paul@paul-moore.com>
Thu, 23 Mar 2017 20:25:42 +0000 (16:25 -0400)
commite34cfef901badc0e17c2b296a535e7412ef038f3
treeaa6f6370c6c13eee063dd42f2d293a7506910720
parentf6076f704aa29679fdba114b0f60e71e0884840a
selinux: Delete an unnecessary return statement in cond_compute_av()

The script "checkpatch.pl" pointed information out like the following.

WARNING: void function return statements are not generally useful

Thus remove such a statement in the affected function.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Paul Moore <paul@paul-moore.com>
security/selinux/ss/conditional.c