Commit b275fb60 authored by Chris Packham's avatar Chris Packham Committed by Jonathan Corbet

docs: ioctl: fix typo

"pointres" should be "pointers".
Signed-off-by: default avatarChris Packham <chris.packham@alliedtelesis.co.nz>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 98919f4c
......@@ -46,7 +46,7 @@ will need to add a 32-bit compat layer:
conversion or worse, fiddle the raw __u64 through your code since that
diminishes the checking tools like sparse can provide. The macro
u64_to_user_ptr can be used in the kernel to avoid warnings about integers
and pointres of different sizes.
and pointers of different sizes.
Basics
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment