]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
drivers:staging:android Typos: fix some comments that have typos in them.
authorJustin P. Mattock <justinmattock@gmail.com>
Thu, 12 Jan 2012 14:51:31 +0000 (06:51 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Feb 2012 00:47:50 +0000 (16:47 -0800)
Below is a patch that fixes some typos in some comments.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Cc: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/TODO
drivers/staging/android/binder.c

index e59c5be4be2bfa4eb4e8e3878ac3b857bf6911f5..b15fb0d6b152580862c2d484fc13fb432be2508f 100644 (file)
@@ -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:
index 7491801a661c683f8b0f5fe9c11f8c7c1e1d1b33..e748756b51d96d5eaa3483863d9483039a9d3695 100644 (file)
@@ -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;