diff options
author | Randy Dunlap <[email protected]> | 2020-07-18 17:27:38 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2020-07-23 09:35:36 +0200 |
commit | 1859f4ebcf2dfe2e878a3805700036fdc4e01e2c (patch) | |
tree | a4ad08c6ee3e8c5ffa5c137057496e6529e4e00c | |
parent | 34ec0aa62b40e55bcd5f41b89494242c38556f30 (diff) |
android: binder.h: drop a duplicated word
Drop the repeated word "the" in a comment.
Cc: Arve Hjønnevåg <[email protected]>
Cc: Todd Kjos <[email protected]>
Cc: Martijn Coenen <[email protected]>
Cc: Joel Fernandes <[email protected]>
Cc: Hridya Valsaraju <[email protected]>
Cc: Suren Baghdasaryan <[email protected]>
Cc: [email protected]
Acked-by: Christian Brauner <[email protected]>
Signed-off-by: Randy Dunlap <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | include/uapi/linux/android/binder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/android/binder.h b/include/uapi/linux/android/binder.h index 2832134e5397..f1ce2c4c077e 100644 --- a/include/uapi/linux/android/binder.h +++ b/include/uapi/linux/android/binder.h @@ -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. */ }; |