CHECK: spaces preferred around that '-' (ctx:VxV) #60: FILE: kernel/audit.h:230: + return ((u32)ino & (AUDIT_INODE_BUCKETS-1)); ^ CHECK: extern prototypes should be avoided in .h files #70: FILE: kernel/audit.h:280: +extern int audit_watch_compare(struct audit_watch *watch, u64 ino, dev_t dev); CHECK: extern prototypes should be avoided in .h files #79: FILE: kernel/audit.h:287: +extern int audit_mark_compare(struct audit_fsnotify_mark *mark, u64 ino, WARNING: Prefer 'unsigned int' to bare use of 'unsigned' #133: FILE: kernel/audit_watch.c:247: + u64 ino, unsigned invalidating) WARNING: line length of 106 exceeds 80 columns #182: FILE: kernel/auditsc.c:1537: + audit_log_format(ab, " inode=%llu dev=%02x:%02x mode=%#ho ouid=%u ogid=%u rdev=%02x:%02x", total: 0 errors, 2 warnings, 3 checks, 126 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. Commit b5936ed58a39 ("audit: widen ino fields to u64") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. total: 0 errors, 2 warnings, 3 checks, 126 lines checked