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