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