[PATCH] x86/hyper-v: fix a commit description style in the comments

From: Peng Hao
Date: Tue Nov 06 2018 - 09:02:13 EST



From: Peng Hao <peng.hao2@xxxxxxxxxx>

Use commit description style 'commit <12+ chars of sha1> ("<title line>")'.

Signed-off-by: Peng Hao <peng.hao2@xxxxxxxxxx>
---
arch/x86/include/asm/mshyperv.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/x86/include/asm/mshyperv.h b/arch/x86/include/asm/mshyperv.h
index f377044..b56b77c 100644
--- a/arch/x86/include/asm/mshyperv.h
+++ b/arch/x86/include/asm/mshyperv.h
@@ -386,7 +386,8 @@ static inline u64 hv_read_tsc_page_tsc(const struct ms_hyperv_tsc_page *tsc_pg,
* A special '0' value indicates the time source is unreliable and we
* need to use something else. The currently published specification
* versions (up to 4.0b) contain a mistake and wrongly claim '-1'
- * instead of '0' as the special value, see commit c35b82ef0294.
+ * instead of '0' as the special value, see commit c35b82ef0294 (
+ * "drivers/hv: correct tsc page sequence invalid value").
* - ReferenceTime =
* ((RDTSC() * ReferenceTscScale) >> 64) + ReferenceTscOffset
* - READ ReferenceTscSequence again. In case its value has changed
--
1.8.3.1