From: Andrew Morton WARNING: line over 80 characters #54: FILE: include/linux/audit.h:373: + struct list_head rlist; /* entry in audit_{watch,tree}.rules list */ ERROR: use tabs not spaces #286: FILE: security/selinux/include/audit.h:55: + struct audit_context *actx);$ WARNING: line over 80 characters #291: FILE: security/selinux/include/audit.h:60: + * Returns 1 if there are selinux fields specified in the rule, 0 otherwise. total: 1 errors, 2 warnings, 335 lines checked ./patches/selinux-use-new-audit-hooks-remove-redundant-exports.patch has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: Ahmed S. Darwish Signed-off-by: Andrew Morton --- security/selinux/include/audit.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff -puN security/selinux/include/audit.h~selinux-use-new-audit-hooks-remove-redundant-exports-checkpatch-fixes security/selinux/include/audit.h --- a/security/selinux/include/audit.h~selinux-use-new-audit-hooks-remove-redundant-exports-checkpatch-fixes +++ a/security/selinux/include/audit.h @@ -52,12 +52,13 @@ void selinux_audit_rule_free(void *rule) * -errno on failure. */ int selinux_audit_rule_match(u32 sid, u32 field, u32 op, void *rule, - struct audit_context *actx); + struct audit_context *actx); /** * selinux_audit_rule_known - check to see if rule contains selinux fields. * @rule: rule to be checked - * Returns 1 if there are selinux fields specified in the rule, 0 otherwise. + * Returns 1 if there are selinux fields specified in the rule, 0 + * otherwise. */ int selinux_audit_rule_known(struct audit_krule *krule); _