]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
binder: fix trivial typo in uapi header
authorCarlos Llamas <cmllamas@google.com>
Mon, 15 Dec 2025 18:17:09 +0000 (18:17 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 29 Dec 2025 10:58:52 +0000 (11:58 +0100)
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>
include/uapi/linux/android/binder.h

index 03ee4c7010d70bac5ac06b569073c25b9971767e..701cad36de43a4743d0f2c1b6ff8132dccc16bd5 100644 (file)
@@ -278,7 +278,7 @@ enum {
  * NOTE: Two special error codes you should check for when calling
  * in to the driver are:
  *
- * EINTR -- The operation has been interupted.  This should be
+ * EINTR -- The operation has been interrupted.  This should be
  * handled by retrying the ioctl() until a different error code
  * is returned.
  *