All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] binder: fix trivial typo in uapi header
@ 2025-12-15 18:17 Carlos Llamas
  2025-12-17 20:40 ` Alice Ryhl
  0 siblings, 1 reply; 2+ messages in thread
From: Carlos Llamas @ 2025-12-15 18:17 UTC (permalink / raw)
  To: Carlos Llamas, Alice Ryhl, Matt Gilbride, Paul Moore,
	Wedson Almeida Filho
  Cc: kernel-team, linux-kernel

As reported by codespell:

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

Signed-off-by: Carlos Llamas <cmllamas@google.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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] binder: fix trivial typo in uapi header
  2025-12-15 18:17 [PATCH] binder: fix trivial typo in uapi header Carlos Llamas
@ 2025-12-17 20:40 ` Alice Ryhl
  0 siblings, 0 replies; 2+ messages in thread
From: Alice Ryhl @ 2025-12-17 20:40 UTC (permalink / raw)
  To: Carlos Llamas
  Cc: Matt Gilbride, Paul Moore, Wedson Almeida Filho, kernel-team,
	linux-kernel

On Mon, Dec 15, 2025 at 06:17:09PM +0000, Carlos Llamas wrote:
> 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>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-12-17 20:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-15 18:17 [PATCH] binder: fix trivial typo in uapi header Carlos Llamas
2025-12-17 20:40 ` Alice Ryhl

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.