Skip to content

Commit 628cc04

Browse files
committed
x86/hyperv: fix an indentation issue in mshyperv.h
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>
1 parent 999ad14 commit 628cc04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/include/asm/mshyperv.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ static inline u64 _hv_do_fast_hypercall8(u64 control, u64 input1)
154154
: "cc", "edi", "esi");
155155
}
156156
#endif
157-
return hv_status;
157+
return hv_status;
158158
}
159159

160160
static inline u64 hv_do_fast_hypercall8(u16 code, u64 input1)

0 commit comments

Comments
 (0)