CHECK: Alignment should match open parenthesis #40: FILE: drivers/net/vmxnet3/vmxnet3_drv.c:4010: + adapter_pa = dma_map_single(dev, adapter, sizeof(struct vmxnet3_adapter), CHECK: Alignment should match open parenthesis #60: FILE: drivers/net/vmxnet3/vmxnet3_drv.c:4256: + dma_sync_single_for_device(dev, adapter_pa, + sizeof(struct vmxnet3_adapter), DMA_TO_DEVICE); total: 0 errors, 0 warnings, 2 checks, 37 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 3f9c8b8d2e9c ("vmxnet3: Fix inconsistent DMA accesses in vmxnet3_probe_device()") 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, 0 warnings, 2 checks, 37 lines checked