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 #153: 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 #205: 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 #221: 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 #290: 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 #302: 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 #311: 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 #346: 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 #389: 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 #608: FILE: drivers/net/ethernet/intel/e1000e/netdev.c:2804: + err = xdp_rxq_info_reg_mem_model(&adapter->xdp_rxq, + MEM_TYPE_PAGE_POOL, ERROR: trailing whitespace #9302: FILE: drivers/net/ethernet/intel/e1000e/netdev.c.rej:9: + $ ERROR: trailing whitespace #9308: FILE: drivers/net/ethernet/intel/e1000e/netdev.c.rej:15: + $ ERROR: trailing whitespace #9338: FILE: drivers/net/ethernet/intel/e1000e/netdev.c.rej:45: + $ WARNING: From:/Signed-off-by: email address mismatch: 'From: Matteo Croce ' != 'Signed-off-by: Matteo Croce ' total: 4 errors, 4 warnings, 7 checks, 9254 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. NOTE: Whitespace errors detected. You may wish to use scripts/cleanpatch or scripts/cleanfile Commit 94131810b065 ("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.