aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging
diff options
context:
space:
mode:
authorMarco Navarra <fromenglish@gmail.com>2011-12-22 13:27:07 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2011-12-22 13:33:57 -0800
commit29b858471b266be7e56b69cfcee7ba94d9427dd3 (patch)
tree28bf65f9d8676dc50c7605216480cfc116b33820 /drivers/staging
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')
-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 {
/* This is the current protocol version. */
#define BINDER_CURRENT_PROTOCOL_VERSION 7
-#define BINDER_WRITE_READ _IOWR('b', 1, struct binder_write_read)
+#define BINDER_WRITE_READ _IOWR('b', 1, struct binder_write_read)
#define BINDER_SET_IDLE_TIMEOUT _IOW('b', 3, int64_t)
#define BINDER_SET_MAX_THREADS _IOW('b', 5, size_t)
#define BINDER_SET_IDLE_PRIORITY _IOW('b', 6, int)