From: Shaomin Deng Date: Sun, 4 Sep 2022 15:48:08 +0000 (-0400) Subject: Drivers: hv: remove duplicate word in a comment X-Git-Tag: v6.0-rc6~11^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=676576d164b34a98589a9efee85f57240c07fef3;p=thirdparty%2Fkernel%2Flinux.git Drivers: hv: remove duplicate word in a comment Signed-off-by: Shaomin Deng Link: https://lore.kernel.org/r/20220904154808.26022-1-dengshaomin@cdjrlc.com Signed-off-by: Wei Liu --- diff --git a/drivers/hv/hv_fcopy.c b/drivers/hv/hv_fcopy.c index 660036da74495..922d83eb7ddfa 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()