WARNING: line length of 88 exceeds 80 columns #44: FILE: include/net/neighbour.h:307: + for (n = (struct neighbour *)rcu_dereference(nht->hash_buckets[hash_val].first); WARNING: line length of 81 exceeds 80 columns #177: FILE: net/core/neighbour.c:572: + rcu_dereference_protected(old_nht->hash_buckets[i].first, WARNING: line length of 83 exceeds 80 columns #195: FILE: net/core/neighbour.c:582: + hlist_add_head_rcu(&n->list, &new_nht->hash_buckets[hash]); WARNING: line length of 91 exceeds 80 columns #356: FILE: net/core/neighbour.c:3231: + n = (struct neighbour *)hlist_first_rcu(&nht->hash_buckets[state->bucket]); total: 0 errors, 4 warnings, 0 checks, 311 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 7830d329711f ("Convert neighbour-table to use hlist") 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, 311 lines checked