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:
b068621
)
x86/hyper-v: Fix indentation in hv_do_fast_hypercall16()
author
Yi Wang
<wang.yi59@zte.com.cn>
Mon, 29 Oct 2018 07:17:31 +0000
(15:17 +0800)
committer
Thomas Gleixner
<tglx@linutronix.de>
Mon, 5 Nov 2018 15:45:24 +0000
(16:45 +0100)
Remove the surplus TAB in hv_do_fast_hypercall16().
Signed-off-by: Yi Wang <wang.yi59@zte.com.cn>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: kys@microsoft.com
Cc: haiyangz@microsoft.com
Cc: sthemmin@microsoft.com
Cc: bp@alien8.de
Cc: hpa@zytor.com
Cc: devel@linuxdriverproject.org
Cc: zhong.weidong@zte.com.cn
Link:
https://lkml.kernel.org/r/1540797451-2792-1-git-send-email-wang.yi59@zte.com.cn
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 0d6271cce198dcd1ac0108ac9a4ea803a6e8b2dc..1d0a7778e16317cab0087c46a1c30a8754e3ec8e 100644
(file)
--- a/
arch/x86/include/asm/mshyperv.h
+++ b/
arch/x86/include/asm/mshyperv.h
@@
-232,7
+232,7
@@
static inline u64 hv_do_fast_hypercall16(u16 code, u64 input1, u64 input2)
: "cc");
}
#endif
-
return hv_status;
+ return hv_status;
}
/*