CHECK: Prefer using the BIT macro #23: FILE: src/drivers/dw-dma.c:149: +#define DW_CFGL_CTL_HI_UPD_EN (1 << 5) CHECK: Prefer using the BIT macro #24: FILE: src/drivers/dw-dma.c:150: +#define DW_CFGL_CH_DRAIN (1 << 10) CHECK: Prefer using the BIT macro #25: FILE: src/drivers/dw-dma.c:151: +#define DW_CFGL_RELOAD_SRC (1 << 30) CHECK: Prefer using the BIT macro #26: FILE: src/drivers/dw-dma.c:152: +#define DW_CFGL_RELOAD_DST (1 << 31) total: 0 errors, 0 warnings, 4 checks, 67 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. 0001-dw-dma-enable-HW-LLI-on-BYT-and-CHT.patch has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS.