WARNING: line length of 83 exceeds 80 columns #78: FILE: include/linux/local_lock.h:91: + * localtry_trylock_irqsave - Try to acquire a per CPU local lock, save and disable WARNING: do not add new typedefs #122: FILE: include/linux/local_lock_internal.h:18: +typedef struct { WARNING: line length of 93 exceeds 80 columns #154: 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 #267: FILE: include/linux/local_lock_internal.h:240: +typedef spinlock_t localtry_lock_t; WARNING: line length of 89 exceeds 80 columns #283: FILE: include/linux/local_lock_internal.h:291: +#define __localtry_lock_irqsave(lock, flags) __local_lock_irqsave(lock, flags) WARNING: line length of 94 exceeds 80 columns #286: FILE: include/linux/local_lock_internal.h:294: +#define __localtry_unlock_irqrestore(lock, flags) __local_unlock_irqrestore(lock, flags) total: 0 errors, 6 warnings, 0 checks, 263 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 159c63a86315 ("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, 263 lines checked