Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288911
b: refs/heads/master
c: 217218f
h: refs/heads/master
i:
  288909: 9d0314f
  288907: cf7f952
  288903: e5be02c
  288895: a919aa2
v: v3
  • Loading branch information
Justin P. Mattock authored and Greg Kroah-Hartman committed Feb 9, 2012
1 parent b94ba0e commit 10b753f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 28aa41fb8d555b120edefd7fdf879b156a1c9f3a
refs/heads/master: 217218f002a669905701cc0baa18a8d6ba1d5e21
2 changes: 1 addition & 1 deletion trunk/drivers/staging/android/TODO
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/android/binder.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 10b753f

Please sign in to comment.