doc: fix typo in botching up ioctls
authorFederico Vaga <federico.vaga@vaga.pv.it>
Fri, 30 Dec 2022 17:23:28 +0000 (18:23 +0100)
committerJonathan Corbet <corbet@lwn.net>
Fri, 13 Jan 2023 16:26:19 +0000 (09:26 -0700)
The type contained a typo `uintprt` -> `uintptr`

Signed-off-by: Federico Vaga <federico.vaga@vaga.pv.it>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20221230172328.58612-1-federico.vaga@vaga.pv.it
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/process/botching-up-ioctls.rst

index ba4667ab396b61ec8b61a5c12d9188d9c777d485..9739b88463a5f091573f37527d27b1d2a3563410 100644 (file)
@@ -41,7 +41,7 @@ will need to add a 32-bit compat layer:
    structures to the kernel, or if the kernel checks the structure size, which
    e.g. the drm core does.
 
- * Pointers are __u64, cast from/to a uintprt_t on the userspace side and
+ * Pointers are __u64, cast from/to a uintptr_t on the userspace side and
    from/to a void __user * in the kernel. Try really hard not to delay this
    conversion or worse, fiddle the raw __u64 through your code since that
    diminishes the checking tools like sparse can provide. The macro