From: Marco Navarra Date: Thu, 22 Dec 2011 12:27:07 +0000 (+0100) Subject: Staging: android: fixed a space warning in binder.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=29b858471b266be7e56b69cfcee7ba94d9427dd3;p=mv-sheeva.git 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 Signed-off-by: Greg Kroah-Hartman --- 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)