WARNING: line length of 85 exceeds 80 columns #29: FILE: include/net/devlink.h:1617: + * offload capability. Should be used by device drivers WARNING: line length of 88 exceeds 80 columns #34: FILE: include/net/devlink.h:1622: + * offload capability. Should be used by device drivers to WARNING: line length of 94 exceeds 80 columns #67: FILE: include/uapi/linux/devlink.h:682: +#define DEVLINK_PORT_FN_CAP_BRIDGE_OFFLOAD _BITUL(DEVLINK_PORT_FN_ATTR_CAP_BRIDGE_OFFLOAD_BIT) WARNING: line length of 86 exceeds 80 columns #90: FILE: net/devlink/port.c:162: + devlink_port_fn_cap_fill(caps, DEVLINK_PORT_FN_CAP_BRIDGE_OFFLOAD, is_enable); WARNING: line length of 82 exceeds 80 columns #113: FILE: net/devlink/port.c:416: +devlink_port_fn_bridge_offload_set(struct devlink_port *devlink_port, bool enable) WARNING: line length of 83 exceeds 80 columns #115: FILE: net/devlink/port.c:418: + return devlink_port->ops->port_fn_bridge_offload_set(devlink_port, enable); WARNING: line length of 93 exceeds 80 columns #127: FILE: net/devlink/port.c:461: + DEVLINK_PORT_FN_CAP_BRIDGE_OFFLOAD); WARNING: line length of 91 exceeds 80 columns #142: FILE: net/devlink/port.c:803: + if (devlink_port->attrs.flavour != DEVLINK_PORT_FLAVOUR_PHYSICAL) { total: 0 errors, 8 warnings, 0 checks, 110 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 26b241ee621c ("net: devlink: Add port function for bridge offload") 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, 110 lines checked