WARNING: Non-standard signature: Assisted-by: #29: Assisted-by: claude-opus-4-6 ERROR: Unrecognized email address: 'claude-opus-4-6' #29: Assisted-by: claude-opus-4-6 CHECK: Alignment should match open parenthesis #136: FILE: drivers/net/ethernet/intel/e1000e/netdev.c:736: +static int e1000_xdp_xmit_ring(struct e1000_adapter *adapter, + struct e1000_ring *tx_ring, CHECK: Alignment should match open parenthesis #188: FILE: drivers/net/ethernet/intel/e1000e/netdev.c:788: +static int e1000_xdp_xmit_back(struct e1000_adapter *adapter, + struct xdp_buff *xdp) CHECK: Alignment should match open parenthesis #204: FILE: drivers/net/ethernet/intel/e1000e/netdev.c:804: +static void e1000_finalize_xdp(struct e1000_adapter *adapter, + unsigned int xdp_xmit) CHECK: Alignment should match open parenthesis #273: FILE: drivers/net/ethernet/intel/e1000e/netdev.c:873: +static void e1000_alloc_rx_buffers_xdp(struct e1000_ring *rx_ring, + int cleaned_count, gfp_t gfp) WARNING: line length of 85 exceeds 80 columns #285: FILE: drivers/net/ethernet/intel/e1000e/netdev.c:885: + buffer_info->page = page_pool_alloc_pages(adapter->page_pool, WARNING: line length of 86 exceeds 80 columns #294: FILE: drivers/net/ethernet/intel/e1000e/netdev.c:894: + buffer_info->dma = page_pool_get_dma_addr(buffer_info->page) + CHECK: Alignment should match open parenthesis #329: FILE: drivers/net/ethernet/intel/e1000e/netdev.c:929: +static bool e1000_clean_rx_irq_xdp(struct e1000_ring *rx_ring, int *work_done, + int work_to_do) CHECK: Alignment should match open parenthesis #372: FILE: drivers/net/ethernet/intel/e1000e/netdev.c:972: + dma_sync_single_for_cpu(&pdev->dev, buffer_info->dma, + adapter->rx_buffer_len, CHECK: Alignment should match open parenthesis #591: FILE: drivers/net/ethernet/intel/e1000e/netdev.c:2804: + err = xdp_rxq_info_reg_mem_model(&adapter->xdp_rxq, + MEM_TYPE_PAGE_POOL, WARNING: From:/Signed-off-by: email address mismatch: 'From: Matteo Croce ' != 'Signed-off-by: Matteo Croce ' total: 1 errors, 4 warnings, 7 checks, 672 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 084798e82163 ("e1000e: add basic XDP support") 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.