WARNING: line length of 84 exceeds 80 columns #52: FILE: drivers/net/ethernet/marvell/octeon_ep/octep_main.c:502: + /* First few MSI-X interrupts are non queue interrupts; free them */ WARNING: line length of 83 exceeds 80 columns #58: FILE: drivers/net/ethernet/marvell/octeon_ep/octep_main.c:508: + for (i = CFG_GET_NON_IOQ_MSIX(oct->conf); i < oct->num_irqs; i++) { WARNING: line length of 81 exceeds 80 columns #59: FILE: drivers/net/ethernet/marvell/octeon_ep/octep_main.c:509: + irq_set_affinity_hint(oct->msix_entries[i].vector, NULL); WARNING: line length of 87 exceeds 80 columns #61: FILE: drivers/net/ethernet/marvell/octeon_ep/octep_main.c:511: + oct->ioq_vector[i - CFG_GET_NON_IOQ_MSIX(oct->conf)]); total: 0 errors, 4 warnings, 0 checks, 71 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 a47db9d685b6 ("octeon_ep: Add checks to fix double free crashes.") 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, 4 warnings, 0 checks, 71 lines checked