From 2171b1e58d19b8af77aecc56fa7ce2529cb0ec97 Mon Sep 17 00:00:00 2001 From: Mohammed Gamal Date: Thu, 17 Nov 2022 18:56:20 +0100 Subject: [PATCH 2/3] tools: hv: Remove an extraneous "the" RH-Author: Mohamed Gamal Morsy RH-MergeRequest: 5: Update hyperv-daemons for RHEL-8.8 RH-Bugzilla: 2139456 RH-Acked-by: Emanuele Giuseppe Esposito RH-Acked-by: Miroslav Rezanina RH-Commit: [1/2] 7ae4fbcb80ed5795a43cbd355b8e8fe58ab78ba0 Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2139456 commit f15f39fabed2248311607445ddfa6dba63abebb9 Author: Jason Wang Date: Thu Aug 11 21:34:33 2022 +0800 tools: hv: Remove an extraneous "the" There are two "the" in the text. Remove one. Signed-off-by: Jason Wang Link: https://lore.kernel.org/r/20220811133433.10175-1-wangborong@cdjrlc.com Signed-off-by: Wei Liu Signed-off-by: Mohammed Gamal --- hv_kvp_daemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hv_kvp_daemon.c b/hv_kvp_daemon.c index 1e6fd6c..c97c12e 100644 --- a/hv_kvp_daemon.c +++ b/hv_kvp_daemon.c @@ -44,7 +44,7 @@ /* * KVP protocol: The user mode component first registers with the - * the kernel component. Subsequently, the kernel component requests, data + * kernel component. Subsequently, the kernel component requests, data * for the specified keys. In response to this message the user mode component * fills in the value corresponding to the specified key. We overload the * sequence field in the cn_msg header to define our KVP message types. -- 2.37.3