android: binder.h: drop a duplicated word
authorRandy Dunlap <rdunlap@infradead.org>
Sun, 19 Jul 2020 00:27:38 +0000 (17:27 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 23 Jul 2020 07:35:36 +0000 (09:35 +0200)
Drop the repeated word "the" in a comment.

Cc: Arve Hjønnevåg <arve@android.com>
Cc: Todd Kjos <tkjos@android.com>
Cc: Martijn Coenen <maco@android.com>
Cc: Joel Fernandes <joel@joelfernandes.org>
Cc: Hridya Valsaraju <hridya@google.com>
Cc: Suren Baghdasaryan <surenb@google.com>
Cc: devel@driverdev.osuosl.org
Acked-by: Christian Brauner <christian.brauner@ubuntu.com>
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20200719002738.20210-1-rdunlap@infradead.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/uapi/linux/android/binder.h

index 2832134e53971fe88c0b2187a5e8ee5688f71242..f1ce2c4c077e2fe1667db4c75e1d605a0ed2ec76 100644 (file)
@@ -404,7 +404,7 @@ enum binder_driver_return_protocol {
 
        BR_FAILED_REPLY = _IO('r', 17),
        /*
-        * The the last transaction (either a bcTRANSACTION or
+        * The last transaction (either a bcTRANSACTION or
         * a bcATTEMPT_ACQUIRE) failed (e.g. out of memory).  No parameters.
         */
 };