From nobody Sat Apr 11 02:17:49 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 20876C25B0E for ; Tue, 16 Aug 2022 17:23:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234340AbiHPRXi (ORCPT ); Tue, 16 Aug 2022 13:23:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48222 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231453AbiHPRXe (ORCPT ); Tue, 16 Aug 2022 13:23:34 -0400 Received: from bg5.exmail.qq.com (bg4.exmail.qq.com [43.154.54.12]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BD1A36390; Tue, 16 Aug 2022 10:23:31 -0700 (PDT) X-QQ-mid: bizesmtp67t1660670602t07ismjf Received: from harry-jrlc.. ( [182.148.12.144]) by bizesmtp.qq.com (ESMTP) with id ; Wed, 17 Aug 2022 01:23:11 +0800 (CST) X-QQ-SSF: 0100000000200060D000B00A0000020 X-QQ-FEAT: 7L1V3dHhUFOfrXcLe5fWClKG+8D1dNxLwt1NI5KRaUqLUr7x0f7ef9UW0l2/8 dXJin9wACu/JKd1EY4RoPJXQg7WNzCi+uQPl3JkyG6I1mfHi9gQBsxj0u+Sq+1UL9ZqmndH lZNMLYVaL6YOPGGgXTuF1gzYJqv6QXC74rR9CONOZUkvnMk2rGH1fKGi4uOc+ShWDjlHGH1 FBZR2p9yD6LGbexuSUV9W0FgnIT1v/ELCeRk5fPVG//i8l40YdAEKy53BLZ9BFnbdL413yR /YKoG4+iq9kjLX9VXgriHyXn7v9KSbKLF0fAuiOZydTrtaLI/4/KvL92AwEgUJggEWVJZjP sk2DfPFopAsTxMznZY2vCxxQS33O/L7EbmQcmh/7Iv5GfOdmONHD5ymLclu1A== X-QQ-GoodBg: 0 From: Xin Gao To: kys@microsoft.com, haiyangz@microsoft.com, sthemmin@microsoft.com, wei.liu@kernel.org, decui@microsoft.com Cc: linux-hyperv@vger.kernel.org, linux-kernel@vger.kernel.org, Xin Gao Subject: [PATCH] tools: hv: Fix comment typo Date: Wed, 17 Aug 2022 01:23:09 +0800 Message-Id: <20220816172309.7072-1-gaoxin@cdjrlc.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-QQ-SENDSIZE: 520 Feedback-ID: bizesmtp:cdjrlc.com:qybglogicsvr:qybglogicsvr6 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" The double `the' is duplicated in the comment, remove one. Signed-off-by: Xin Gao --- tools/hv/hv_kvp_daemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/hv/hv_kvp_daemon.c b/tools/hv/hv_kvp_daemon.c index 1e6fd6ca513b..d5ddab830b6b 100644 --- a/tools/hv/hv_kvp_daemon.c +++ b/tools/hv/hv_kvp_daemon.c @@ -43,7 +43,7 @@ #include =20 /* - * KVP protocol: The user mode component first registers with the + * KVP protocol: The user mode component first registers with * the kernel component. Subsequently, the kernel component requests, data * for the specified keys. In response to this message the user mode compo= nent * fills in the value corresponding to the specified key. We overload the --=20 2.30.2