All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86/hyper-v: Fix indent in hv_do_fast_hypercall16()
@ 2018-10-29  7:17 Yi Wang
  2018-11-05 11:39 ` [tip:x86/urgent] x86/hyper-v: Fix indentation " tip-bot for Yi Wang
  2018-11-05 15:48 ` tip-bot for Yi Wang
  0 siblings, 2 replies; 3+ messages in thread
From: Yi Wang @ 2018-10-29  7:17 UTC (permalink / raw)
  To: kys
  Cc: haiyangz, sthemmin, tglx, mingo, bp, hpa, x86, devel,
	linux-kernel, zhong.weidong, Yi Wang

Remove the surplus TAB in hv_do_fast_hypercall16().

Signed-off-by: Yi Wang <wang.yi59@zte.com.cn>
---
 arch/x86/include/asm/mshyperv.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/include/asm/mshyperv.h b/arch/x86/include/asm/mshyperv.h
index 0d6271c..1d0a777 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;
 }
 
 /*
-- 
1.8.3.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-11-05 15:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-29  7:17 [PATCH] x86/hyper-v: Fix indent in hv_do_fast_hypercall16() Yi Wang
2018-11-05 11:39 ` [tip:x86/urgent] x86/hyper-v: Fix indentation " tip-bot for Yi Wang
2018-11-05 15:48 ` tip-bot for Yi Wang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.