]> asedeno.scripts.mit.edu Git - linux.git/commit
selinux: Delete an unnecessary return statement in policydb_destroy()
authorMarkus Elfring <elfring@users.sourceforge.net>
Sat, 14 Jan 2017 13:00:02 +0000 (14:00 +0100)
committerPaul Moore <paul@paul-moore.com>
Thu, 23 Mar 2017 21:21:26 +0000 (17:21 -0400)
commitb4e4686f65a3092f63ed01c887d9f56714d29f4a
treec3b45a8e9cf4b917cad3f9344248f4e025ea444e
parentad10a10567e243425d7be35a3d950709371fa048
selinux: Delete an unnecessary return statement in policydb_destroy()

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/policydb.c