WARNING: line length of 85 exceeds 80 columns
#163: FILE: net/core/dev.c:5761:
+		list_for_each_entry_rcu(ptype, &dev_net(skb->dev)->ptype_all, list) {

WARNING: line length of 83 exceeds 80 columns
#179: FILE: net/core/dev.c:5876:
+					       &dev_net(skb->dev)->ptype_specific);

WARNING: line length of 93 exceeds 80 columns
#188: FILE: net/core/dev.c:12594:
+	CACHELINE_ASSERT_GROUP_MEMBER(struct net_device, net_device_read_txrx, ptype_all_ns);

WARNING: line length of 81 exceeds 80 columns
#189: FILE: net/core/dev.c:12595:
+	CACHELINE_ASSERT_GROUP_SIZE(struct net_device, net_device_read_txrx, 47);

WARNING: line length of 96 exceeds 80 columns
#193: FILE: net/core/dev.c:12599:
+	CACHELINE_ASSERT_GROUP_MEMBER(struct net_device, net_device_read_rx, ptype_specific_ns);

total: 0 errors, 5 warnings, 0 checks, 151 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 d661474b292d ("net: hotdata optimization for netns ptypes") 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, 151 lines checked