From: Randy Dunlap Date: Sun, 19 Jul 2020 00:32:20 +0000 (-0700) Subject: RDMA: rdma_user_ioctl.h: fix a duplicated word + clarify X-Git-Tag: v5.9-rc1~117^2~36 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8e7eafb816ab7e5047b74cb8eb1db2f8f14f7d7a;p=thirdparty%2Flinux.git RDMA: rdma_user_ioctl.h: fix a duplicated word + clarify Change the repeated word "it" in a comment to "it to". Also insert a dash in the sentence to add clarity. Link: https://lore.kernel.org/r/20200719003220.21250-1-rdunlap@infradead.org Signed-off-by: Randy Dunlap Signed-off-by: Jason Gunthorpe --- diff --git a/include/uapi/rdma/rdma_user_ioctl.h b/include/uapi/rdma/rdma_user_ioctl.h index d92d2721b28c5..53c55188dd2aa 100644 --- a/include/uapi/rdma/rdma_user_ioctl.h +++ b/include/uapi/rdma/rdma_user_ioctl.h @@ -43,7 +43,7 @@ /* * General blocks assignments - * It is closed on purpose do not expose it it user space + * It is closed on purpose - do not expose it to user space * #define MAD_CMD_BASE 0x00 * #define HFI1_CMD_BAS 0xE0 */