WARNING: do not add new typedefs #28: FILE: include/asm-generic/rqspinlock.h:18: +typedef struct qspinlock rqspinlock_t; WARNING: line length of 82 exceeds 80 columns #44: FILE: include/asm-generic/rqspinlock.h:95: + if (likely(atomic_try_cmpxchg_acquire(&lock->val, &val, _Q_LOCKED_VAL))) { WARNING: line length of 97 exceeds 80 columns #66: FILE: include/asm-generic/rqspinlock.h:117: +#define raw_res_spin_lock_init(lock) ({ *(lock) = (struct qspinlock)__ARCH_SPIN_LOCK_UNLOCKED; }) WARNING: line length of 110 exceeds 80 columns #90: FILE: include/asm-generic/rqspinlock.h:141: +#define raw_res_spin_unlock_irqrestore(lock, flags) ({ raw_res_spin_unlock(lock); local_irq_restore(flags); }) total: 0 errors, 4 warnings, 0 checks, 70 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 41797b2299d2 ("rqspinlock: Add macros for rqspinlock usage") 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, 0 checks, 70 lines checked