commit | b9c42ac76ea13ab6d07681ff3079b3a242333764 | [log] [tgz] |
---|---|---|
author | kbuild test robot <fengguang.wu@intel.com> | Thu Apr 06 06:55:19 2017 -0700 |
committer | James Morris <james.l.morris@oracle.com> | Fri Apr 07 08:58:35 2017 +1000 |
tree | b8b0f5b87f3517d001e4008fd88b25064c421cc2 | |
parent | 08eff49d63ca2bf4cd98c4bdc07dc9d07d52f8f5 [diff] |
apparmor: fix boolreturn.cocci warnings security/apparmor/lib.c:132:9-10: WARNING: return of 0/1 in function 'aa_policy_init' with return type bool Return statements in functions returning bool should use true/false instead of 1/0. Generated by: scripts/coccinelle/misc/boolreturn.cocci Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: John Johansen <john.johansen@canonical.com> Signed-off-by: James Morris <james.l.morris@oracle.com>