diff options
author | Shaomin Deng <dengshaomin@cdjrlc.com> | 2022-09-04 17:48:08 +0200 |
---|---|---|
committer | Wei Liu <wei.liu@kernel.org> | 2022-09-05 18:28:40 +0200 |
commit | 676576d164b34a98589a9efee85f57240c07fef3 (patch) | |
tree | 6aaf1c4340ebd37cdcc51e60125ececa1728dbe7 /drivers/hv | |
parent | tools: hv: Remove an extraneous "the" (diff) | |
download | linux-676576d164b34a98589a9efee85f57240c07fef3.tar.xz linux-676576d164b34a98589a9efee85f57240c07fef3.zip |
Drivers: hv: remove duplicate word in a comment
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>
Diffstat (limited to 'drivers/hv')
-rw-r--r-- | drivers/hv/hv_fcopy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hv/hv_fcopy.c b/drivers/hv/hv_fcopy.c index 660036da7449..922d83eb7ddf 100644 --- 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() |