WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #27: new file mode 100644 WARNING: please, no spaces at the start of a line #44: FILE: arch/x86/include/asm/rqspinlock.h:13: + return static_branch_likely(&virt_spin_lock_key);$ CHECK: extern prototypes should be avoided in .h files #48: FILE: arch/x86/include/asm/rqspinlock.h:17: +extern int resilient_tas_spin_lock(struct qspinlock *lock, u64 timeout); WARNING: line length of 88 exceeds 80 columns #77: FILE: include/asm-generic/rqspinlock.h:46: +static __always_inline int resilient_virt_spin_lock(struct qspinlock *lock, u64 timeout) total: 0 errors, 3 warnings, 1 checks, 58 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 b8c89504f4f1 ("rqspinlock: Add basic support for CONFIG_PARAVIRT") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE 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, 3 warnings, 1 checks, 58 lines checked