WARNING: line length of 83 exceeds 80 columns #239: FILE: drivers/net/can/dev/netlink.c:785: + size += nla_total_size(sizeof(u32)); /* IFLA_CAN_PWM_PWMS_MIN */ WARNING: line length of 83 exceeds 80 columns #240: FILE: drivers/net/can/dev/netlink.c:786: + size += nla_total_size(sizeof(u32)); /* IFLA_CAN_PWM_PWMS_MAX */ WARNING: line length of 83 exceeds 80 columns #241: FILE: drivers/net/can/dev/netlink.c:787: + size += nla_total_size(sizeof(u32)); /* IFLA_CAN_PWM_PWML_MIN */ WARNING: line length of 83 exceeds 80 columns #242: FILE: drivers/net/can/dev/netlink.c:788: + size += nla_total_size(sizeof(u32)); /* IFLA_CAN_PWM_PWML_MAX */ WARNING: line length of 83 exceeds 80 columns #243: FILE: drivers/net/can/dev/netlink.c:789: + size += nla_total_size(sizeof(u32)); /* IFLA_CAN_PWM_PWMO_MIN */ WARNING: line length of 83 exceeds 80 columns #244: FILE: drivers/net/can/dev/netlink.c:790: + size += nla_total_size(sizeof(u32)); /* IFLA_CAN_PWM_PWMO_MAX */ WARNING: line length of 85 exceeds 80 columns #260: FILE: drivers/net/can/dev/netlink.c:830: + size += can_pwm_get_size(priv->xl.pwm_const, /* IFLA_CAN_XL_PWM */ total: 0 errors, 7 warnings, 0 checks, 302 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 074dcde601dd ("can: netlink: add PWM netlink interface") 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, 7 warnings, 0 checks, 302 lines checked