WARNING: line length of 92 exceeds 80 columns #71: FILE: net/core/neighbour.c:746: + return __pneigh_lookup_1(rcu_dereference_protected(tbl->phash_buckets[hash_val], 1), WARNING: line length of 89 exceeds 80 columns #80: FILE: net/core/neighbour.c:763: + n = __pneigh_lookup_1(rcu_dereference_protected(tbl->phash_buckets[hash_val], 1), WARNING: line length of 89 exceeds 80 columns #89: FILE: net/core/neighbour.c:782: + n = __pneigh_lookup_1(rcu_dereference_protected(tbl->phash_buckets[hash_val], 1), WARNING: line length of 86 exceeds 80 columns #164: FILE: net/core/neighbour.c:2802: + for (n = rcu_dereference_protected(tbl->phash_buckets[h], 1), idx = 0; WARNING: line length of 85 exceeds 80 columns #196: FILE: net/core/neighbour.c:3334: + pn = rcu_dereference_protected(tbl->phash_buckets[state->bucket], 1); total: 0 errors, 5 warnings, 0 checks, 153 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 02566e752ee3 ("neighbour: Annotate neigh_table.phash_buckets and pneigh_entry.next with __rcu.") 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, 5 warnings, 0 checks, 153 lines checked