WARNING: Missing a blank line after declarations #103: FILE: drivers/net/ethernet/intel/ice/ice_txrx.h:306: + struct xdp_rxq_info xdp_rxq; + __cacheline_group_end_aligned(read_mostly); WARNING: Missing a blank line after declarations #157: FILE: drivers/net/ethernet/intel/ice/ice_txrx.h:338: + u16 rx_buf_len; + __cacheline_group_end_aligned(cold); WARNING: Missing a blank line after declarations #199: FILE: drivers/net/ethernet/intel/ice/ice_txrx.h:369: + struct ice_ptp_tx *tx_tstamps; + __cacheline_group_end_aligned(read_mostly); CHECK: spinlock_t definition without comment #206: FILE: drivers/net/ethernet/intel/ice/ice_txrx.h:376: + spinlock_t tx_lock; WARNING: Missing a blank line after declarations #207: FILE: drivers/net/ethernet/intel/ice/ice_txrx.h:377: + spinlock_t tx_lock; + __cacheline_group_end_aligned(read_write); WARNING: Missing a blank line after declarations #231: FILE: drivers/net/ethernet/intel/ice/ice_txrx.h:391: + u32 txq_teid; /* Added Tx queue TEID */ + __cacheline_group_end_aligned(cold); total: 0 errors, 5 warnings, 1 checks, 202 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 d0f0a3d19e75 ("ice: reshuffle and group Rx and Tx queue fields by cachelines") 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, 5 warnings, 1 checks, 202 lines checked