[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251215181724.3811977-1-cmllamas@google.com>
Date: Mon, 15 Dec 2025 18:17:09 +0000
From: Carlos Llamas <cmllamas@...gle.com>
To: Carlos Llamas <cmllamas@...gle.com>, Alice Ryhl <aliceryhl@...gle.com>,
Matt Gilbride <mattgilbride@...gle.com>, Paul Moore <paul@...l-moore.com>,
Wedson Almeida Filho <wedsonaf@...il.com>
Cc: kernel-team@...roid.com, linux-kernel@...r.kernel.org
Subject: [PATCH] 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@...gle.com>
---
include/uapi/linux/android/binder.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/uapi/linux/android/binder.h b/include/uapi/linux/android/binder.h
index 03ee4c7010d7..701cad36de43 100644
--- a/include/uapi/linux/android/binder.h
+++ b/include/uapi/linux/android/binder.h
@@ -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.
*
--
2.52.0.239.gd5f0c6e74e-goog
Powered by blists - more mailing lists