From 0c0fcbbbfcc662c60923ca32d01c9228e316f7d2 Mon Sep 17 00:00:00 2001 From: Felix Lee Date: Thu, 21 Sep 2023 11:22:21 +0800 Subject: [PATCH] patch ioctl.c file --- examples/ioctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ioctl.c b/examples/ioctl.c index 3b75706..eac0785 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) -- 2.39.5