WARNING: line length of 91 exceeds 80 columns #42: FILE: include/uapi/linux/if_arp.h:118: + struct __kernel_sockaddr_legacy arp_pa; /* protocol address */ WARNING: line length of 91 exceeds 80 columns #43: FILE: include/uapi/linux/if_arp.h:119: + struct __kernel_sockaddr_legacy arp_ha; /* hardware address */ WARNING: line length of 91 exceeds 80 columns #44: FILE: include/uapi/linux/if_arp.h:120: + int arp_flags; /* flags */ WARNING: line length of 91 exceeds 80 columns #45: FILE: include/uapi/linux/if_arp.h:121: + struct __kernel_sockaddr_legacy arp_netmask; /* netmask (only for proxy arps) */ WARNING: line length of 91 exceeds 80 columns #54: FILE: include/uapi/linux/if_arp.h:126: + struct __kernel_sockaddr_legacy arp_pa; /* protocol address */ WARNING: line length of 91 exceeds 80 columns #55: FILE: include/uapi/linux/if_arp.h:127: + struct __kernel_sockaddr_legacy arp_ha; /* hardware address */ WARNING: line length of 91 exceeds 80 columns #56: FILE: include/uapi/linux/if_arp.h:128: + int arp_flags; /* flags */ WARNING: line length of 91 exceeds 80 columns #57: FILE: include/uapi/linux/if_arp.h:129: + struct sockaddr arp_netmask; /* netmask (only for proxy arps) */ total: 0 errors, 8 warnings, 0 checks, 35 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 8ff9cac403dc ("uapi: net: arp: Avoid -Wflex-array-member-not-at-end warnings") 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, 8 warnings, 0 checks, 35 lines checked