Skip to content

Commit 6341842

Browse files
Correct name/location for ioctl-number.rst
ioctl-number.rst in Documentation has been renamed and moved See commits - 049500715e7 - 08536105d93
1 parent 5fd1507 commit 6341842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ioctl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ struct ioctl_arg {
1313
unsigned int val;
1414
};
1515

16-
/* Documentation/ioctl/ioctl-number.txt */
16+
/* Documentation/userspace-api/ioctl/ioctl-number.rst */
1717
#define IOC_MAGIC '\x66'
1818

1919
#define IOCTL_VALSET _IOW(IOC_MAGIC, 0, struct ioctl_arg)

0 commit comments

Comments
 (0)