CHECK: Alignment should match open parenthesis #49: FILE: drivers/net/ethernet/atheros/atlx/atl1.c:2195: +static int atl1_tx_map(struct atl1_adapter *adapter, struct sk_buff *skb, struct tx_packet_desc *ptpd) WARNING: line length of 93 exceeds 80 columns #80: FILE: drivers/net/ethernet/atheros/atlx/atl1.c:2257: + if (dma_mapping_error(&adapter->pdev->dev, buffer_info->dma)) WARNING: line length of 85 exceeds 80 columns #98: FILE: drivers/net/ethernet/atheros/atlx/atl1.c:2296: + if (dma_mapping_error(&adapter->pdev->dev, buffer_info->dma)) total: 0 errors, 2 warnings, 1 checks, 99 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 00021d881dfa ("(drivers/ethernet/atheros/atl1) test DMA mapping for error code") 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, 2 warnings, 1 checks, 99 lines checked