WARNING: line length of 85 exceeds 80 columns #93: FILE: net/ipv4/route.c:1034: + for (nhsel = 0; nhsel < fib_info_num_path(res.fi); nhsel++) { WARNING: line length of 84 exceeds 80 columns #95: FILE: net/ipv4/route.c:1036: + update_or_create_fnhe(nhc, fl4->daddr, 0, mtu, lock, CHECK: Alignment should match open parenthesis #96: FILE: net/ipv4/route.c:1037: + update_or_create_fnhe(nhc, fl4->daddr, 0, mtu, lock, + jiffies + net->ipv4.ip_rt_mtu_expires); total: 0 errors, 2 warnings, 1 checks, 23 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 ba8289548529 ("net: ipv4: Cache pmtu for all packet paths if multipath enabled") 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, 2 warnings, 1 checks, 23 lines checked