CHECK: Prefer kernel type 'u32' over 'uint32_t' #44: FILE: include/sound/sof/dai-intel.h:166: + uint32_t wake_up_time; /**< Time from clock start to data (us) */ CHECK: Prefer kernel type 'u32' over 'uint32_t' #45: FILE: include/sound/sof/dai-intel.h:167: + uint32_t min_clock_on_time; /**< Min. time that clk is kept on (us) */ CHECK: Prefer kernel type 'u32' over 'uint32_t' #51: FILE: include/sound/sof/dai-intel.h:172: + uint32_t reserved[6]; total: 0 errors, 0 warnings, 3 checks, 28 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-IPC-DMIC-Add-wake_up_time-and-min_clock_on_.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.