Skip to content

Commit

Permalink
Correct name/location for ioctl-number.rst
Browse files Browse the repository at this point in the history
ioctl-number.rst in Documentation has been renamed and moved

See commits
- 049500715e7
- 08536105d93
  • Loading branch information
mechanicalamit committed Sep 4, 2023
1 parent 5fd1507 commit 6341842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6341842

Please sign in to comment.