diff mbox series

kernel-headers: Update comment to reflect changes

Message ID 20190904054530.4391-1-yuval.shaia@oracle.com (mailing list archive)
State Not Applicable
Delegated to: Jason Gunthorpe
Headers show
Series kernel-headers: Update comment to reflect changes | expand

Commit Message

Yuval Shaia Sept. 4, 2019, 5:45 a.m. UTC
Following change made in commit 08536105d93f ("docs: ioctl-number.txt:
convert it to ReST format") change the comment that refers to
ioctl-number.txt file.

Signed-off-by: Yuval Shaia <yuval.shaia@oracle.com>
---
 kernel-headers/rdma/rdma_user_ioctl_cmds.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jason Gunthorpe Sept. 12, 2019, 1:31 p.m. UTC | #1
On Wed, Sep 04, 2019 at 08:45:30AM +0300, Yuval Shaia wrote:
> Following change made in commit 08536105d93f ("docs: ioctl-number.txt:
> convert it to ReST format") change the comment that refers to
> ioctl-number.txt file.
> 
> Signed-off-by: Yuval Shaia <yuval.shaia@oracle.com>
> ---
>  kernel-headers/rdma/rdma_user_ioctl_cmds.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

rdma-core kernel-headers/ is automatically sync'd, this will come the
next time someone needs to update it.

Jason
diff mbox series

Patch

diff --git a/kernel-headers/rdma/rdma_user_ioctl_cmds.h b/kernel-headers/rdma/rdma_user_ioctl_cmds.h
index 64c14cb0..b8bb285f 100644
--- a/kernel-headers/rdma/rdma_user_ioctl_cmds.h
+++ b/kernel-headers/rdma/rdma_user_ioctl_cmds.h
@@ -36,7 +36,7 @@ 
 #include <linux/types.h>
 #include <linux/ioctl.h>
 
-/* Documentation/ioctl/ioctl-number.txt */
+/* Documentation/ioctl/ioctl-number.rst */
 #define RDMA_IOCTL_MAGIC	0x1b
 #define RDMA_VERBS_IOCTL \
 	_IOWR(RDMA_IOCTL_MAGIC, 1, struct ib_uverbs_ioctl_hdr)