WARNING: line length of 83 exceeds 80 columns #65: FILE: include/linux/local_lock.h:81: + * localtry_trylock_irqsave - Try to acquire a per CPU local lock, save and disable WARNING: do not add new typedefs #108: FILE: include/linux/local_lock_internal.h:18: +typedef struct { WARNING: line length of 93 exceeds 80 columns #140: FILE: include/linux/local_lock_internal.h:66: +#define INIT_LOCALTRY_LOCK(lockname) { .llock = { LOCAL_LOCK_DEBUG_INIT(lockname.llock) }} WARNING: do not add new typedefs #235: FILE: include/linux/local_lock_internal.h:222: +typedef spinlock_t localtry_lock_t; WARNING: line length of 89 exceeds 80 columns #251: FILE: include/linux/local_lock_internal.h:273: +#define __localtry_lock_irqsave(lock, flags) __local_lock_irqsave(lock, flags) WARNING: line length of 94 exceeds 80 columns #254: FILE: include/linux/local_lock_internal.h:276: +#define __localtry_unlock_irqrestore(lock, flags) __local_unlock_irqrestore(lock, flags) total: 0 errors, 6 warnings, 0 checks, 229 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 caf88a5793b9 ("locking/local_lock: Introduce localtry_lock_t") 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, 6 warnings, 0 checks, 229 lines checked