CHECK: spaces preferred around that '|' (ctx:VxV) #31: FILE: drivers/net/ethernet/chelsio/cxgb3/t3_hw.c:3270: + val &= ~(PCI_EXP_DEVCTL_PAYLOAD|PCI_EXP_DEVCTL_READRQ); ^ CHECK: spaces preferred around that '|' (ctx:VxV) #32: FILE: drivers/net/ethernet/chelsio/cxgb3/t3_hw.c:3271: + val |= PCI_EXP_DEVCTL_PAYLOAD_128B|PCI_EXP_DEVCTL_READRQ_128B; ^ total: 0 errors, 0 warnings, 2 checks, 12 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 e4f5e65679be ("cxgb3: Split complex PCI write statement into logic + write") 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, 12 lines checked