From 6341842a9beb6fb975da6026e642c2eaa4a019ee Mon Sep 17 00:00:00 2001 From: Amit Dhingra Date: Mon, 4 Sep 2023 17:59:31 +0000 Subject: [PATCH] Correct name/location for ioctl-number.rst ioctl-number.rst in Documentation has been renamed and moved See commits - 049500715e7 - 08536105d93 --- examples/ioctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ioctl.c b/examples/ioctl.c index 3b757064..eac07858 100644 --- a/examples/ioctl.c +++ b/examples/ioctl.c @@ -13,7 +13,7 @@ struct ioctl_arg { unsigned int val; }; -/* Documentation/ioctl/ioctl-number.txt */ +/* Documentation/userspace-api/ioctl/ioctl-number.rst */ #define IOC_MAGIC '\x66' #define IOCTL_VALSET _IOW(IOC_MAGIC, 0, struct ioctl_arg)