Browse Source

Merge pull request #226 from mechanicalamit/ioctl.c-patches

Correct name/location for ioctl-number.rst
Jim Huang 1 year ago
parent
commit
514f206da0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/ioctl.c

+ 1 - 1
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)