CHECK: extern prototypes should be avoided in .h files #60: FILE: arch/x86/include/asm/vmware.h:78: +extern unsigned long vmware_tdx_hypercall(unsigned long cmd, CHECK: Prefer kernel type 'u32' over 'uint32_t' #63: FILE: arch/x86/include/asm/vmware.h:81: + uint32_t *out1, uint32_t *out2, CHECK: Prefer kernel type 'u32' over 'uint32_t' #64: FILE: arch/x86/include/asm/vmware.h:82: + uint32_t *out3, uint32_t *out4, CHECK: Prefer kernel type 'u32' over 'uint32_t' #152: FILE: arch/x86/kernel/cpu/vmware.c:439: + uint32_t *out1, uint32_t *out2, CHECK: Prefer kernel type 'u32' over 'uint32_t' #153: FILE: arch/x86/kernel/cpu/vmware.c:440: + uint32_t *out3, uint32_t *out4, total: 0 errors, 0 warnings, 5 checks, 158 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. Commit f4a2c6cfe470 ("x86/vmware: Add TDX hypercall support") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. total: 0 errors, 0 warnings, 5 checks, 158 lines checked