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);$

WARNING: do not add new typedefs
#48: FILE: arch/x86/include/asm/rqspinlock.h:17:
+typedef struct qspinlock rqspinlock_t;

WARNING: do not add new typedefs
#50: FILE: arch/x86/include/asm/rqspinlock.h:19:
+typedef struct rqspinlock rqspinlock_t;

CHECK: extern prototypes should be avoided in .h files
#52: FILE: arch/x86/include/asm/rqspinlock.h:21:
+extern int resilient_tas_spin_lock(rqspinlock_t *lock);

total: 0 errors, 4 warnings, 1 checks, 62 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 5aebd0bc14a3 ("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, 4 warnings, 1 checks, 62 lines checked