aboutsummaryrefslogtreecommitdiffstats
path: root/tools/hv/hv_kvp_daemon.c
diff options
context:
space:
mode:
authorJason Wang <wangborong@cdjrlc.com>2022-08-11 21:34:33 +0800
committerWei Liu <wei.liu@kernel.org>2022-08-15 15:57:31 +0000
commitf15f39fabed2248311607445ddfa6dba63abebb9 (patch)
tree1d16eb894b39dd2f05c3a3a9fb5b89256befb16c /tools/hv/hv_kvp_daemon.c
parentdrm/hyperv: Fix an error handling path in hyperv_vmbus_probe() (diff)
downloadlinux-dev-f15f39fabed2248311607445ddfa6dba63abebb9.tar.xz
linux-dev-f15f39fabed2248311607445ddfa6dba63abebb9.zip
tools: hv: Remove an extraneous "the"
There are two "the" in the text. Remove one. Signed-off-by: Jason Wang <wangborong@cdjrlc.com> Link: https://lore.kernel.org/r/20220811133433.10175-1-wangborong@cdjrlc.com Signed-off-by: Wei Liu <wei.liu@kernel.org>
Diffstat (limited to 'tools/hv/hv_kvp_daemon.c')
-rw-r--r--tools/hv/hv_kvp_daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/hv/hv_kvp_daemon.c b/tools/hv/hv_kvp_daemon.c
index 1e6fd6ca513b..c97c12e95ecb 100644
--- a/tools/hv/hv_kvp_daemon.c
+++ b/tools/hv/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.