CHECK: Alignment should match open parenthesis #40: FILE: src/audio/volume.c:201: + cd->volume[i] = MAX(MIN(cd->max_volume, + VOL_ZERO_DB), cd->min_volume); total: 0 errors, 0 warnings, 1 checks, 29 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-volume-Fix-for-min-max-parameters-of-the-volume-comp.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.