Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

binder: fix trivial typo in uapi header

As reported by codespell:

include/uapi/linux/android/binder.h:281: interupted ==> interrupted

Signed-off-by: Carlos Llamas <cmllamas@google.com>
Reviewed-by: Alice Ryhl <aliceryhl@google.com>
Link: https://patch.msgid.link/20251215181724.3811977-1-cmllamas@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Carlos Llamas and committed by
Greg Kroah-Hartman
40fc797b ba75ecb9

+1 -1
+1 -1
include/uapi/linux/android/binder.h
··· 278 278 * NOTE: Two special error codes you should check for when calling 279 279 * in to the driver are: 280 280 * 281 - * EINTR -- The operation has been interupted. This should be 281 + * EINTR -- The operation has been interrupted. This should be 282 282 * handled by retrying the ioctl() until a different error code 283 283 * is returned. 284 284 *