From: Wei Liu Date: Fri, 21 Mar 2025 22:40:14 +0000 (+0000) Subject: x86/hyperv: fix an indentation issue in mshyperv.h X-Git-Tag: v6.15-rc1~193^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=628cc040b3a2980df6032766e8ef0688e981ab95;p=thirdparty%2Fkernel%2Flinux.git x86/hyperv: fix an indentation issue in mshyperv.h Reported-by: kernel test robot Closes: https://lore.kernel.org/oe-kbuild-all/202503220640.hjiacW2C-lkp@intel.com/ Signed-off-by: Wei Liu --- diff --git a/arch/x86/include/asm/mshyperv.h b/arch/x86/include/asm/mshyperv.h index 7dfca93ef0485..07aadf0e839fe 100644 --- a/arch/x86/include/asm/mshyperv.h +++ b/arch/x86/include/asm/mshyperv.h @@ -154,7 +154,7 @@ static inline u64 _hv_do_fast_hypercall8(u64 control, u64 input1) : "cc", "edi", "esi"); } #endif - return hv_status; + return hv_status; } static inline u64 hv_do_fast_hypercall8(u16 code, u64 input1)