Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 217218f0 authored by Justin P. Mattock's avatar Justin P. Mattock Committed by Greg Kroah-Hartman
Browse files

drivers:staging:android Typos: fix some comments that have typos in them.



Below is a patch that fixes some typos in some comments.

Signed-off-by: default avatarJustin P. Mattock <justinmattock@gmail.com>
Cc: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 28aa41fb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ TODO:
	- sparse fixes
	- rename files to be not so "generic"
	- make sure things build as modules properly
	- add proper arch dependancies as needed
	- add proper arch dependencies as needed
	- audit userspace interfaces to make sure they are sane

Please send patches to Greg Kroah-Hartman <greg@kroah.com> and Cc:
+1 −1
Original line number Diff line number Diff line
@@ -257,7 +257,7 @@ struct binder_ref {
};

struct binder_buffer {
	struct list_head entry; /* free and allocated entries by addesss */
	struct list_head entry; /* free and allocated entries by address */
	struct rb_node rb_node; /* free entry by size or allocated entry */
				/* by address */
	unsigned free:1;