ERROR: space required after that ';' (ctx:VxV) #43: FILE: src/include/sof/io.h:40: +static inline uint32_t io_reg_read(uint32_t reg) {return 0;} ^ ERROR: space required after that ';' (ctx:VxV) #47: FILE: src/include/sof/io.h:44: +static inline uint16_t io_reg_read16(uint32_t reg) {return 0;} ^ total: 2 errors, 0 warnings, 0 checks, 36 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-host-fix-build-for-host-library-target.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.