projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
999ad14
)
x86/hyperv: fix an indentation issue in mshyperv.h
author
Wei Liu
<wei.liu@kernel.org>
Fri, 21 Mar 2025 22:40:14 +0000
(22:40 +0000)
committer
Wei 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/include/asm/mshyperv.h
b/arch/x86/include/asm/mshyperv.h
index 7dfca93ef04850c21ec23e1c1ec4e099f40fcd76..07aadf0e839fe4eea4cbf22109a994e22980e430 100644
(file)
--- 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)