CHECK: Alignment should match open parenthesis #33: FILE: include/net/ip6_route.h:218: +struct rt6_info *ip6_create_rt_oif_rcu(struct net *net, const struct sock *sk, + struct flowi6 *fl6, int flags); WARNING: line length of 86 exceeds 80 columns #47: FILE: net/ipv6/ip6_output.c:1160: + *dst = (struct dst_entry *)ip6_create_rt_oif_rcu(net, sk, fl6, flags); total: 0 errors, 1 warnings, 1 checks, 62 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 255bca4a3012 ("ipv6: socket SO_BINDTODEVICE lookup routing fail without IPv6 rule.") 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, 1 warnings, 1 checks, 62 lines checked