WARNING: line length of 83 exceeds 80 columns #46: FILE: net/devlink/core.c:428: + devlink->rate_domain = kvzalloc(sizeof(*devlink->rate_domain), GFP_KERNEL); WARNING: line length of 83 exceeds 80 columns #131: FILE: net/devlink/rate.c:39: + list_for_each_entry(devlink_rate, &devlink->rate_domain->rate_list, list) { WARNING: line length of 86 exceeds 80 columns #154: FILE: net/devlink/rate.c:179: + list_for_each_entry_reverse(rate_node, &devlink->rate_domain->rate_list, list) WARNING: line length of 83 exceeds 80 columns #165: FILE: net/devlink/rate.c:193: + list_for_each_entry(devlink_rate, &devlink->rate_domain->rate_list, list) { WARNING: line length of 81 exceeds 80 columns #194: FILE: net/devlink/rate.c:574: + list_for_each_entry(devlink_rate, &devlink->rate_domain->rate_list, list) WARNING: line length of 83 exceeds 80 columns #230: FILE: net/devlink/rate.c:706: + list_for_each_entry(devlink_rate, &devlink->rate_domain->rate_list, list) { WARNING: line length of 93 exceeds 80 columns #241: FILE: net/devlink/rate.c:718: + list_for_each_entry_safe(devlink_rate, tmp, &devlink->rate_domain->rate_list, list) { WARNING: line length of 93 exceeds 80 columns #242: FILE: net/devlink/rate.c:719: + if (devlink_rate->devlink == devlink && devlink_rate_is_node(devlink_rate)) { total: 0 errors, 8 warnings, 0 checks, 182 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 3a9abf6429f0 ("devlink: Store devlink rates in a rate domain") 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, 182 lines checked