[PATCH] RDMA: rdma_user_ioctl.h: fix a duplicated word + clarify

From: Randy Dunlap
Date: Sat Jul 18 2020 - 20:32:29 EST


Change the repeated word "it" in a comment to "it to".
Also insert a dash in the sentence to add clarity.

Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Cc: Doug Ledford <dledford@xxxxxxxxxx>
Cc: Jason Gunthorpe <jgg@xxxxxxxxxxxx>
Cc: linux-rdma@xxxxxxxxxxxxxxx
---
include/uapi/rdma/rdma_user_ioctl.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200717.orig/include/uapi/rdma/rdma_user_ioctl.h
+++ linux-next-20200717/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
*/