WARNING: line length of 85 exceeds 80 columns #165: FILE: drivers/net/ethernet/intel/idpf/idpf_lib.c:1466: + for (unsigned int j = 0; j < rsrc->num_bufqs_per_qgrp; j++) { WARNING: line length of 81 exceeds 80 columns #173: FILE: drivers/net/ethernet/intel/idpf/idpf_lib.c:1473: + for (unsigned int j = 0; j < grp->singleq.num_rxq; j++) { WARNING: line length of 83 exceeds 80 columns #230: FILE: drivers/net/ethernet/intel/idpf/idpf_txrx.c:512: + for (unsigned int j = 0; j < rx_qgrp->singleq.num_rxq; j++) WARNING: line length of 83 exceeds 80 columns #501: FILE: drivers/net/ethernet/intel/idpf/idpf_txrx.c:1874: + for (unsigned int k = 0; k < bufq_set->num_refillqs; k++) { total: 0 errors, 4 warnings, 0 checks, 471 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 1a29eac1960a ("idpf: move some iterator declarations inside for loops") 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, 471 lines checked