WARNING: line length of 84 exceeds 80 columns #84: FILE: drivers/net/ipvlan/ipvlan.h:166: +static inline bool ipvlan_is_skb_marked(struct sk_buff *skb, struct net_device *dev) WARNING: line length of 81 exceeds 80 columns #158: FILE: drivers/net/ipvlan/ipvlan_core.c:449: + /* No need to handle IPVL_ICMPV6, since it never has valid src-address */ WARNING: line length of 84 exceeds 80 columns #396: FILE: drivers/net/ipvlan/ipvlan_main.c:80: + struct packet_type *pt, struct net_device *orig_wdev) WARNING: line length of 85 exceeds 80 columns #408: FILE: drivers/net/ipvlan/ipvlan_main.c:92: + if (skb->pkt_type != PACKET_OUTGOING || ipvlan_is_skb_marked(skb, port->dev)) WARNING: line length of 81 exceeds 80 columns #511: FILE: drivers/net/ipvlan/ipvlan_main.c:677: + * world but keep using the physical-dev address for the outgoing total: 0 errors, 5 warnings, 0 checks, 538 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 b4a0bf3d4287 ("ipvlan: Implement learnable L2-bridge") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 5 warnings, 0 checks, 538 lines checked