projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6640b5d
)
Drivers: hv: Fix syntax errors in comments
author
Xiang wangx
<wangxiang@cdjrlc.com>
Sun, 5 Jun 2022 08:55:24 +0000
(16:55 +0800)
committer
Wei Liu
<wei.liu@kernel.org>
Wed, 8 Jun 2022 12:26:28 +0000
(12:26 +0000)
Delete the redundant word 'in'.
Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>
Reviewed-by: Michael Kelley <mikelley@microsoft.com>
Link:
https://lore.kernel.org/r/20220605085524.11289-1-wangxiang@cdjrlc.com
Signed-off-by: Wei Liu <wei.liu@kernel.org>
drivers/hv/hv_kvp.c
patch
|
blob
|
history
diff --git
a/drivers/hv/hv_kvp.c
b/drivers/hv/hv_kvp.c
index c698592b83e421a6e98c1701ddc76b3333710ef3..d35b60c0611486c8c909d2f8f7c730ff913df30d 100644
(file)
--- a/
drivers/hv/hv_kvp.c
+++ b/
drivers/hv/hv_kvp.c
@@
-394,7
+394,7
@@
kvp_send_key(struct work_struct *dummy)
in_msg = kvp_transaction.kvp_msg;
/*
- * The key/value strings sent from the host are encoded
in
+ * The key/value strings sent from the host are encoded
* in utf16; convert it to utf8 strings.
* The host assures us that the utf16 strings will not exceed
* the max lengths specified. We will however, reserve room