WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #91: new file mode 100644 CHECK: Avoid CamelCase: #132: FILE: sound/soc/sof/virtio-be.c:37: +#define iGS(x) ((x >> SOF_GLB_TYPE_SHIFT) & 0xf) CHECK: Macro argument 'x' may be better as '(x)' to avoid precedence issues #132: FILE: sound/soc/sof/virtio-be.c:37: +#define iGS(x) ((x >> SOF_GLB_TYPE_SHIFT) & 0xf) CHECK: Avoid CamelCase: #133: FILE: sound/soc/sof/virtio-be.c:38: +#define iCS(x) ((x >> SOF_CMD_TYPE_SHIFT) & 0xfff) CHECK: Macro argument 'x' may be better as '(x)' to avoid precedence issues #133: FILE: sound/soc/sof/virtio-be.c:38: +#define iCS(x) ((x >> SOF_CMD_TYPE_SHIFT) & 0xfff) CHECK: Alignment should match open parenthesis #1301: FILE: sound/soc/sof/virtio-miscdev.c:217: +static int snd_audio_virtio_miscdev_register(struct device *dev, void *data, + struct virtio_miscdev **va) WARNING: Missing or malformed SPDX-License-Identifier tag in line 1 #1342: FILE: sound/soc/sof/virtio-miscdev.h:1: +/* total: 0 errors, 2 warnings, 5 checks, 1302 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. ./linux-sof-driver/0001-ASoC-SOF-vBE-add-sof-vBE-support.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.