WARNING: Missing a blank line after declarations #84: FILE: drivers/net/ethernet/intel/idpf/idpf_txrx.h:545: + struct idpf_intr_reg intr_reg; + __cacheline_group_end_aligned(read_mostly); CHECK: Please use a blank line after function/struct/union/enum declarations #113: FILE: drivers/net/ethernet/intel/idpf/idpf_txrx.h:568: }; +libeth_cacheline_set_assert(struct idpf_q_vector, 104, WARNING: Missing a blank line after declarations #148: FILE: drivers/net/ethernet/intel/idpf/idpf_txrx.h:681: + const struct idpf_rx_ptype_decoded *rx_ptype_lkup; + __cacheline_group_end_aligned(read_mostly); CHECK: Please use a blank line after function/struct/union/enum declarations #176: FILE: drivers/net/ethernet/intel/idpf/idpf_txrx.h:707: +}; +libeth_cacheline_set_assert(struct idpf_rx_queue, 64, CHECK: Please use a blank line after function/struct/union/enum declarations #287: FILE: drivers/net/ethernet/intel/idpf/idpf_txrx.h:826: +}; +libeth_cacheline_set_assert(struct idpf_tx_queue, 64, WARNING: Missing a blank line after declarations #310: FILE: drivers/net/ethernet/intel/idpf/idpf_txrx.h:865: + u32 desc_count; + __cacheline_group_end_aligned(read_mostly); WARNING: Missing a blank line after declarations #317: FILE: drivers/net/ethernet/intel/idpf/idpf_txrx.h:871: + u32 next_to_alloc; + __cacheline_group_end_aligned(read_write); CHECK: Please use a blank line after function/struct/union/enum declarations #330: FILE: drivers/net/ethernet/intel/idpf/idpf_txrx.h:885: +}; +libeth_cacheline_set_assert(struct idpf_buf_queue, 64, 16, 32); WARNING: Missing a blank line after declarations #365: FILE: drivers/net/ethernet/intel/idpf/idpf_txrx.h:917: + struct net_device *netdev; + __cacheline_group_end_aligned(read_mostly); CHECK: Please use a blank line after function/struct/union/enum declarations #384: FILE: drivers/net/ethernet/intel/idpf/idpf_txrx.h:934: +}; +libeth_cacheline_set_assert(struct idpf_compl_queue, 40, 16, 24); WARNING: Missing a blank line after declarations #401: FILE: drivers/net/ethernet/intel/idpf/idpf_txrx.h:954: + u32 desc_count; + __cacheline_group_end_aligned(read_mostly); WARNING: Missing a blank line after declarations #406: FILE: drivers/net/ethernet/intel/idpf/idpf_txrx.h:959: + u32 next_to_clean; + __cacheline_group_end_aligned(read_write); CHECK: Please use a blank line after function/struct/union/enum declarations #408: FILE: drivers/net/ethernet/intel/idpf/idpf_txrx.h:961: +}; +libeth_cacheline_group_assert(struct idpf_sw_queue, read_mostly, 24); total: 0 errors, 7 warnings, 6 checks, 372 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 5c2324a9958d ("idpf: strictly assert cachelines of queue and queue vector structures") 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, 6 checks, 372 lines checked