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

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