projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f15f39f
)
Drivers: hv: remove duplicate word in a comment
author
Shaomin Deng
<dengshaomin@cdjrlc.com>
Sun, 4 Sep 2022 15:48:08 +0000
(11:48 -0400)
committer
Wei Liu
<wei.liu@kernel.org>
Mon, 5 Sep 2022 16:28:40 +0000
(16:28 +0000)
Signed-off-by: Shaomin Deng <dengshaomin@cdjrlc.com>
Link:
https://lore.kernel.org/r/20220904154808.26022-1-dengshaomin@cdjrlc.com
Signed-off-by: Wei Liu <wei.liu@kernel.org>
drivers/hv/hv_fcopy.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/hv/hv_fcopy.c
b/drivers/hv/hv_fcopy.c
index 660036da744953ef93ccd204df470b04e64daaee..922d83eb7ddfacf2a43132a438c57af494f0d1f0 100644
(file)
--- a/
drivers/hv/hv_fcopy.c
+++ b/
drivers/hv/hv_fcopy.c
@@
-129,7
+129,7
@@
static void fcopy_send_data(struct work_struct *dummy)
/*
* The strings sent from the host are encoded in
- *
in
utf16; convert it to utf8 strings.
+ * 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
* for the string terminating character - in the utf16s_utf8s()