WARNING: line length of 81 exceeds 80 columns #113: FILE: drivers/net/ethernet/cisco/enic/enic_main.c:2484: + rq_avail = min3(enic->rq_avail, ENIC_RQ_MAX, rq_default); WARNING: line length of 85 exceeds 80 columns #115: FILE: drivers/net/ethernet/cisco/enic/enic_main.c:2486: + enic->intr_avail - ENIC_MSIX_RESERVED_INTR); WARNING: line length of 87 exceeds 80 columns #123: FILE: drivers/net/ethernet/cisco/enic/enic_main.c:2494: + enic->rq_count = min(rq_avail, max_queues / 2); WARNING: line length of 85 exceeds 80 columns #124: FILE: drivers/net/ethernet/cisco/enic/enic_main.c:2495: + enic->wq_count = max_queues - enic->rq_count; WARNING: line length of 87 exceeds 80 columns #126: FILE: drivers/net/ethernet/cisco/enic/enic_main.c:2497: + enic->wq_count = min(wq_avail, max_queues / 2); WARNING: line length of 85 exceeds 80 columns #127: FILE: drivers/net/ethernet/cisco/enic/enic_main.c:2498: + enic->rq_count = max_queues - enic->wq_count; WARNING: line length of 84 exceeds 80 columns #131: FILE: drivers/net/ethernet/cisco/enic/enic_main.c:2502: + enic->intr_count = enic->cq_count + ENIC_MSIX_RESERVED_INTR; total: 0 errors, 7 warnings, 0 checks, 173 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 a93125931cc9 ("enic: Adjust used MSI-X wq/rq/cq/interrupt resources in a more robust way") 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, 7 warnings, 0 checks, 173 lines checked