Skip to content

Commit b4a67d2

Browse files
liuwromank-msft
authored andcommitted
x86/hyperv: fix an indentation issue in mshyperv.h
Reported-by: kernel test robot <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Signed-off-by: Wei Liu <[email protected]>
1 parent fe8c7fd commit b4a67d2

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
@@ -161,7 +161,7 @@ static inline u64 _hv_do_fast_hypercall8(u64 control, u64 input1)
161161
: "cc", "edi", "esi");
162162
}
163163
#endif
164-
return hv_status;
164+
return hv_status;
165165
}
166166

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

0 commit comments

Comments
 (0)