diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2012-01-12 06:51:31 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-02-08 16:47:50 -0800 |
commit | 217218f002a669905701cc0baa18a8d6ba1d5e21 (patch) | |
tree | 530d5a23d1864881ca2a17dbc642960537731f78 /drivers/staging | |
parent | 28aa41fb8d555b120edefd7fdf879b156a1c9f3a (diff) | |
download | blackbird-obmc-linux-217218f002a669905701cc0baa18a8d6ba1d5e21.tar.gz blackbird-obmc-linux-217218f002a669905701cc0baa18a8d6ba1d5e21.zip |
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: Justin P. Mattock <justinmattock@gmail.com>
Cc: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging')
-rw-r--r-- | drivers/staging/android/TODO | 2 | ||||
-rw-r--r-- | drivers/staging/android/binder.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/android/TODO b/drivers/staging/android/TODO index e59c5be4be2b..b15fb0d6b152 100644 --- a/drivers/staging/android/TODO +++ b/drivers/staging/android/TODO @@ -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: diff --git a/drivers/staging/android/binder.c b/drivers/staging/android/binder.c index 7491801a661c..e748756b51d9 100644 --- a/drivers/staging/android/binder.c +++ b/drivers/staging/android/binder.c @@ -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; |