WARNING: line length of 90 exceeds 80 columns #136: FILE: drivers/net/geneve.c:1262: + [IFLA_GENEVE_LOCAL] = NLA_POLICY_EXACT_LEN(sizeof_field(struct iphdr, saddr)), WARNING: line length of 90 exceeds 80 columns #152: FILE: drivers/net/geneve.c:1598: + cfg->saddr.sin.sin_addr.s_addr = nla_get_in_addr(data[IFLA_GENEVE_LOCAL]); WARNING: line length of 87 exceeds 80 columns #164: FILE: drivers/net/geneve.c:1610: + cfg->saddr.sin6.sin6_addr = nla_get_in6_addr(data[IFLA_GENEVE_LOCAL6]); WARNING: line length of 84 exceeds 80 columns #180: FILE: drivers/net/geneve.c:1799: + nla_total_size(sizeof(struct in6_addr)) + /* IFLA_GENEVE_LOCAL{6} */ total: 0 errors, 4 warnings, 0 checks, 198 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 a622ff02fe96 ("net: geneve: enable local address bind for geneve sockets") 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, 198 lines checked