Skip to content

Commit 92ec746

Browse files
Xiang wangxliuw
authored andcommitted
Drivers: hv: Fix syntax errors in comments
Delete the redundant word 'in'. Signed-off-by: Xiang wangx <[email protected]> Reviewed-by: Michael Kelley <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Wei Liu <[email protected]>
1 parent 6640b5d commit 92ec746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/hv/hv_kvp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ kvp_send_key(struct work_struct *dummy)
394394
in_msg = kvp_transaction.kvp_msg;
395395

396396
/*
397-
* The key/value strings sent from the host are encoded in
397+
* The key/value strings sent from the host are encoded
398398
* in utf16; convert it to utf8 strings.
399399
* The host assures us that the utf16 strings will not exceed
400400
* the max lengths specified. We will however, reserve room

0 commit comments

Comments
 (0)