Blame SOURCES/hpvd-tools-hv-Remove-an-extraneous-the.patch

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