diff options
author | Xiang wangx <wangxiang@cdjrlc.com> | 2022-06-05 10:55:24 +0200 |
---|---|---|
committer | Wei Liu <wei.liu@kernel.org> | 2022-06-08 14:26:28 +0200 |
commit | 92ec746bcea0c51cd29fb46e510fb71fe15282df (patch) | |
tree | 887497724e44692c4043b9fc9b0a16a9b30779f6 /drivers/hv/hv_kvp.c | |
parent | Drivers: hv: vmbus: Don't assign VMbus channel interrupts to isolated CPUs (diff) | |
download | linux-92ec746bcea0c51cd29fb46e510fb71fe15282df.tar.xz linux-92ec746bcea0c51cd29fb46e510fb71fe15282df.zip |
Drivers: hv: Fix syntax errors in comments
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>
Diffstat (limited to 'drivers/hv/hv_kvp.c')
-rw-r--r-- | drivers/hv/hv_kvp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hv/hv_kvp.c b/drivers/hv/hv_kvp.c index c698592b83e4..d35b60c06114 100644 --- 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 |