From: tip-bot for Yi Wang <tipbot@zytor.com>
To: linux-tip-commits@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, tglx@linutronix.de,
wang.yi59@zte.com.cn, mingo@kernel.org, hpa@zytor.com
Subject: [tip:x86/urgent] x86/hyper-v: Fix indentation in hv_do_fast_hypercall16()
Date: Mon, 5 Nov 2018 07:48:50 -0800 [thread overview]
Message-ID: <tip-b42967dcac1d4f5b059ec25568136462bcb051fe@git.kernel.org> (raw)
In-Reply-To: <1540797451-2792-1-git-send-email-wang.yi59@zte.com.cn>
Commit-ID: b42967dcac1d4f5b059ec25568136462bcb051fe
Gitweb: https://git.kernel.org/tip/b42967dcac1d4f5b059ec25568136462bcb051fe
Author: Yi Wang <wang.yi59@zte.com.cn>
AuthorDate: Mon, 29 Oct 2018 15:17:31 +0800
Committer: Thomas Gleixner <tglx@linutronix.de>
CommitDate: Mon, 5 Nov 2018 16:45:24 +0100
x86/hyper-v: Fix indentation in hv_do_fast_hypercall16()
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 | 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 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;
}
/*
prev parent reply other threads:[~2018-11-05 15:49 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=tip-b42967dcac1d4f5b059ec25568136462bcb051fe@git.kernel.org \
--to=tipbot@zytor.com \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tip-commits@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=tglx@linutronix.de \
--cc=wang.yi59@zte.com.cn \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.