WARNING: line length of 82 exceeds 80 columns #139: FILE: net/devlink/devl_internal.h:177: + if (nla_put_string(msg, DEVLINK_ATTR_BUS_NAME, devlink_bus_name(devlink))) WARNING: line length of 82 exceeds 80 columns #142: FILE: net/devlink/devl_internal.h:179: + if (nla_put_string(msg, DEVLINK_ATTR_DEV_NAME, devlink_dev_name(devlink))) WARNING: line length of 96 exceeds 80 columns #182: FILE: net/devlink/port.c:223: + return nla_total_size(strlen(devlink_bus_name(devlink)) + 1) /* DEVLINK_ATTR_BUS_NAME */ WARNING: line length of 96 exceeds 80 columns #183: FILE: net/devlink/port.c:224: + + nla_total_size(strlen(devlink_dev_name(devlink)) + 1) /* DEVLINK_ATTR_DEV_NAME */ total: 0 errors, 4 warnings, 0 checks, 127 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 1c4eddc276d9 ("devlink: add helpers to get bus_name/dev_name") 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, 4 warnings, 0 checks, 127 lines checked