Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353965
b: refs/heads/master
c: 167bccb
h: refs/heads/master
i:
  353963: b6042a1
v: v3
  • Loading branch information
Cruz Julian Bishop authored and Greg Kroah-Hartman committed Jan 7, 2013
1 parent ad09f2d commit 32781e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 0f5afdd2389d983d38030ff95d2a07373a5550fc
refs/heads/master: 167bccbd80b3625af5e7ec04ad4810321c1f300a
6 changes: 3 additions & 3 deletions trunk/drivers/staging/android/binder.c
Original file line number Diff line number Diff line change
Expand Up @@ -3227,7 +3227,7 @@ static void print_binder_proc(struct seq_file *m,
m->count = start_pos;
}

static const char *binder_return_strings[] = {
static const char * const binder_return_strings[] = {
"BR_ERROR",
"BR_OK",
"BR_TRANSACTION",
Expand All @@ -3248,7 +3248,7 @@ static const char *binder_return_strings[] = {
"BR_FAILED_REPLY"
};

static const char *binder_command_strings[] = {
static const char * const binder_command_strings[] = {
"BC_TRANSACTION",
"BC_REPLY",
"BC_ACQUIRE_RESULT",
Expand All @@ -3268,7 +3268,7 @@ static const char *binder_command_strings[] = {
"BC_DEAD_BINDER_DONE"
};

static const char *binder_objstat_strings[] = {
static const char * const binder_objstat_strings[] = {
"proc",
"thread",
"node",
Expand Down

0 comments on commit 32781e1

Please sign in to comment.