Skip to content

Commit

Permalink
docs: ioctl: fix typo
Browse files Browse the repository at this point in the history
"pointres" should be "pointers".

Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
  • Loading branch information
Chris Packham authored and Jonathan Corbet committed Oct 24, 2019
1 parent 98919f4 commit b275fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/process/botching-up-ioctls.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b275fb6

Please sign in to comment.