diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-07-19 02:32:20 +0200 |
---|---|---|
committer | Jason Gunthorpe <jgg@nvidia.com> | 2020-07-20 21:42:08 +0200 |
commit | 8e7eafb816ab7e5047b74cb8eb1db2f8f14f7d7a (patch) | |
tree | 36a48cbc6b5b0a5307e92d96b6d9540ec64971c3 /include/uapi/rdma | |
parent | RDMA/bnxt_re: Update maintainers for Broadcom rdma driver (diff) | |
download | linux-8e7eafb816ab7e5047b74cb8eb1db2f8f14f7d7a.tar.xz linux-8e7eafb816ab7e5047b74cb8eb1db2f8f14f7d7a.zip |
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 <rdunlap@infradead.org>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Diffstat (limited to 'include/uapi/rdma')
-rw-r--r-- | include/uapi/rdma/rdma_user_ioctl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/rdma/rdma_user_ioctl.h b/include/uapi/rdma/rdma_user_ioctl.h index d92d2721b28c..53c55188dd2a 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 */ |