aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/binder.h
diff options
context:
space:
mode:
authorMarco Navarra <fromenglish@gmail.com>2011-12-22 07:27:07 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2011-12-22 16:33:57 -0500
commit29b858471b266be7e56b69cfcee7ba94d9427dd3 (patch)
tree28bf65f9d8676dc50c7605216480cfc116b33820 /drivers/staging/android/binder.h
parent8e04d6d83a8ddbd6d81f497e583b8d15de3c2995 (diff)
Staging: android: fixed a space warning in binder.h
This patch fixes a simple tab-space warning in binder.h found by checkpatch tool Signed-off-by: Marco Navarra <fromenglish@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/android/binder.h')
-rw-r--r--drivers/staging/android/binder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/android/binder.h b/drivers/staging/android/binder.h
index 863ae1ad5d5..25ab6f2759e 100644
--- a/drivers/staging/android/binder.h
+++ b/drivers/staging/android/binder.h
@@ -84,7 +84,7 @@ struct binder_version {
84/* This is the current protocol version. */ 84/* This is the current protocol version. */
85#define BINDER_CURRENT_PROTOCOL_VERSION 7 85#define BINDER_CURRENT_PROTOCOL_VERSION 7
86 86
87#define BINDER_WRITE_READ _IOWR('b', 1, struct binder_write_read) 87#define BINDER_WRITE_READ _IOWR('b', 1, struct binder_write_read)
88#define BINDER_SET_IDLE_TIMEOUT _IOW('b', 3, int64_t) 88#define BINDER_SET_IDLE_TIMEOUT _IOW('b', 3, int64_t)
89#define BINDER_SET_MAX_THREADS _IOW('b', 5, size_t) 89#define BINDER_SET_MAX_THREADS _IOW('b', 5, size_t)
90#define BINDER_SET_IDLE_PRIORITY _IOW('b', 6, int) 90#define BINDER_SET_IDLE_PRIORITY _IOW('b', 6, int)