WARNING: __aligned(size) is preferred over __attribute__((aligned(size))) #43: FILE: src/include/sof/alloc.h:77: +} __attribute__ ((__aligned__(PLATFORM_DCACHE_ALIGN))); WARNING: __aligned(size) is preferred over __attribute__((aligned(size))) #52: FILE: src/include/sof/alloc.h:89: +} __attribute__ ((__aligned__(PLATFORM_DCACHE_ALIGN))); WARNING: __aligned(size) is preferred over __attribute__((aligned(size))) #61: FILE: src/include/sof/alloc.h:102: +} __attribute__ ((__aligned__(PLATFORM_DCACHE_ALIGN))); total: 0 errors, 3 warnings, 0 checks, 101 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-alloc-align-memmap-to-cache-line-size.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.