Skip to content

Commit 98aa78e

Browse files
Adjust link to ioctl-number.rst
1 parent c43c01d commit 98aa78e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lkmpg.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1153,8 +1153,7 @@ \section{Talking To Device Files}
11531153
In the example below, the header file is chardev.h and the program which uses it is ioctl.c.
11541154

11551155
If you want to use ioctls in your own kernel modules, it is best to receive an official ioctl assignment, so if you accidentally get somebody else's ioctls, or if they get yours, you'll know something is wrong.
1156-
% FIXME: use the right entry about ioctl assignment
1157-
For more information, consult the kernel source tree at \src{Documentation/driver-api/ioctl.rst}.
1156+
For more information, consult the kernel source tree at \src{Documentation/userspace-api/ioctl/ioctl-number.rst}.
11581157

11591158
\samplec{examples/chardev2.c}
11601159

0 commit comments

Comments
 (0)