WARNING: line length of 90 exceeds 80 columns #38: FILE: net/devlink/rate.c:131: + if (nla_put_string(msg, DEVLINK_ATTR_RATE_PARENT_NODE_NAME, parent->name)) WARNING: line length of 81 exceeds 80 columns #47: FILE: net/devlink/rate.c:140: + if (nla_put_string(msg, DEVLINK_ATTR_PARENT_DEV_BUS_NAME, WARNING: line length of 84 exceeds 80 columns #86: FILE: net/devlink/rate.c:333: + parent = devlink_rate_node_get_by_name(parent_devlink, parent_name); total: 0 errors, 3 warnings, 0 checks, 86 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 384c7c654e7b ("devlink: Allow rate node parents from other devlinks") 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, 3 warnings, 0 checks, 86 lines checked