WARNING: braces {} are not necessary for single statement blocks #40: FILE: drivers/net/ethernet/cadence/macb_main.c:3160: + for (i = 0; i < QUEUE_STATS_LEN; i++) { + ethtool_sprintf(&p, "q%u_%s", q, queue_statistics[i].stat_string); } WARNING: line length of 98 exceeds 80 columns #41: FILE: drivers/net/ethernet/cadence/macb_main.c:3161: + ethtool_sprintf(&p, "q%u_%s", q, queue_statistics[i].stat_string); total: 0 errors, 2 warnings, 0 checks, 19 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 9b8a793ad92e ("net: macb: use ethtool_sprintf to fill ethtool stats strings") 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, 2 warnings, 0 checks, 19 lines checked