aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYi Wang <[email protected]>2018-10-29 15:17:31 +0800
committerThomas Gleixner <[email protected]>2018-11-05 16:45:24 +0100
commitb42967dcac1d4f5b059ec25568136462bcb051fe (patch)
tree9ed91d7fd4cafffca2275db7867d996533172d7f
parentb068621a53f92f42400581d69ad0e84c56620b0a (diff)
x86/hyper-v: Fix indentation in hv_do_fast_hypercall16()
Remove the surplus TAB in hv_do_fast_hypercall16(). Signed-off-by: Yi Wang <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Link: https://lkml.kernel.org/r/[email protected]
-rw-r--r--arch/x86/include/asm/mshyperv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/mshyperv.h b/arch/x86/include/asm/mshyperv.h
index 0d6271cce198..1d0a7778e163 100644
--- 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;
}
/*