Skip to content

Commit 514f206

Browse files
authored
Merge pull request #226 from mechanicalamit/ioctl.c-patches
Correct name/location for ioctl-number.rst
2 parents e2e8e11 + 6341842 commit 514f206

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)