From: Randy Dunlap Date: Sun, 19 Jul 2020 00:28:41 +0000 (-0700) Subject: hyperv: hyperv.h: drop a duplicated word X-Git-Tag: v5.10.7~1942^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7deff7b5b4395784b194bae3631b8333d3423938;p=platform%2Fkernel%2Flinux-rpi.git hyperv: hyperv.h: drop a duplicated word Drop the repeated word "the" in a comment. Signed-off-by: Randy Dunlap Cc: "K. Y. Srinivasan" Cc: Haiyang Zhang Cc: Stephen Hemminger Cc: Wei Liu Cc: linux-hyperv@vger.kernel.org Link: https://lore.kernel.org/r/20200719002841.20369-1-rdunlap@infradead.org Signed-off-by: Wei Liu --- diff --git a/include/uapi/linux/hyperv.h b/include/uapi/linux/hyperv.h index 8f24404a..6135d92 100644 --- a/include/uapi/linux/hyperv.h +++ b/include/uapi/linux/hyperv.h @@ -219,7 +219,7 @@ struct hv_do_fcopy { * kernel and user-level daemon communicate using a connector channel. * * The user mode component first registers with the - * the kernel component. Subsequently, the kernel component requests, data + * kernel component. Subsequently, the kernel component requests, data * for the specified keys. In response to this message the user mode component * fills in the value corresponding to the specified key. We overload the * sequence field in the cn_msg header to define our KVP message types.