Skip to content

Commit

Permalink
Merge pull request #226 from mechanicalamit/ioctl.c-patches
Browse files Browse the repository at this point in the history
Correct name/location for ioctl-number.rst
  • Loading branch information
jserv committed Sep 17, 2023
2 parents e2e8e11 + 6341842 commit 514f206
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 514f206

Please sign in to comment.