WARNING: line length of 91 exceeds 80 columns #30: FILE: net/ipv6/addrconf.c:7409: +static const struct rtnl_msg_handler addrconf_rtnl_msg_handlers[] __initconst_or_module = { WARNING: line length of 81 exceeds 80 columns #40: FILE: net/ipv6/addrconf.c:7419: + {.owner = THIS_MODULE, .protocol = PF_INET6, .msgtype = RTM_GETMULTICAST, WARNING: line length of 81 exceeds 80 columns #47: FILE: net/ipv6/addrconf.c:7426: + .doit = inet6_netconf_get_devconf, .dumpit = inet6_netconf_dump_devconf, WARNING: line length of 99 exceeds 80 columns #107: FILE: net/ipv6/addrlabel.c:637: +static const struct rtnl_msg_handler ipv6_adddr_label_rtnl_msg_handlers[] __initconst_or_module = { WARNING: line length of 81 exceeds 80 columns #108: FILE: net/ipv6/addrlabel.c:638: + {.owner = THIS_MODULE, .protocol = PF_INET6, .msgtype = RTM_NEWADDRLABEL, WARNING: line length of 81 exceeds 80 columns #110: FILE: net/ipv6/addrlabel.c:640: + {.owner = THIS_MODULE, .protocol = PF_INET6, .msgtype = RTM_DELADDRLABEL, WARNING: line length of 81 exceeds 80 columns #112: FILE: net/ipv6/addrlabel.c:642: + {.owner = THIS_MODULE, .protocol = PF_INET6, .msgtype = RTM_GETADDRLABEL, WARNING: line length of 87 exceeds 80 columns #146: FILE: net/ipv6/ip6_fib.c:2503: +static const struct rtnl_msg_handler fib6_rtnl_msg_handlers[] __initconst_or_module = { WARNING: line length of 92 exceeds 80 columns #174: FILE: net/ipv6/route.c:6683: +static const struct rtnl_msg_handler ip6_route_rtnl_msg_handlers[] __initconst_or_module = { total: 0 errors, 9 warnings, 0 checks, 162 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 9605c17c81da ("ipv6: Use rtnl_register_many().") 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, 9 warnings, 0 checks, 162 lines checked