x86/hyperv: fix an indentation issue in mshyperv.h
authorWei Liu <wei.liu@kernel.org>
Fri, 21 Mar 2025 22:40:14 +0000 (22:40 +0000)
committerWei Liu <wei.liu@kernel.org>
Fri, 21 Mar 2025 22:41:56 +0000 (22:41 +0000)
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202503220640.hjiacW2C-lkp@intel.com/
Signed-off-by: Wei Liu <wei.liu@kernel.org>
arch/x86/include/asm/mshyperv.h

index 7dfca93ef04850c21ec23e1c1ec4e099f40fcd76..07aadf0e839fe4eea4cbf22109a994e22980e430 100644 (file)
@@ -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)