WARNING: line length of 81 exceeds 80 columns #102: FILE: include/linux/indirect_call_wrapper.h:20: + likely(__f1 == f1) ? f1(__VA_ARGS__) : __f1(__VA_ARGS__); \ WARNING: line length of 81 exceeds 80 columns #110: FILE: include/linux/indirect_call_wrapper.h:26: + INDIRECT_CALL_1(__f2, f1, __VA_ARGS__); \ WARNING: line length of 81 exceeds 80 columns #116: FILE: include/linux/indirect_call_wrapper.h:30: + typeof(f) __f3 = (f); \ WARNING: line length of 81 exceeds 80 columns #117: FILE: include/linux/indirect_call_wrapper.h:31: + likely(__f3 == f3) ? f3(__VA_ARGS__) : \ WARNING: line length of 81 exceeds 80 columns #118: FILE: include/linux/indirect_call_wrapper.h:32: + INDIRECT_CALL_2(__f3, f2, f1, __VA_ARGS__); \ WARNING: line length of 81 exceeds 80 columns #124: FILE: include/linux/indirect_call_wrapper.h:36: + typeof(f) __f4 = (f); \ WARNING: line length of 81 exceeds 80 columns #125: FILE: include/linux/indirect_call_wrapper.h:37: + likely(__f4 == f4) ? f4(__VA_ARGS__) : \ WARNING: line length of 89 exceeds 80 columns #126: FILE: include/linux/indirect_call_wrapper.h:38: + INDIRECT_CALL_3(__f4, f3, f2, f1, __VA_ARGS__); \ total: 0 errors, 8 warnings, 0 checks, 33 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 027ff4c13547 ("indirect_call_wrapper: do not reevaluate function pointer") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 8 warnings, 0 checks, 33 lines checked