]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
greybus: loopback: fix broken tabs in greybus_protocols.h
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>
Mon, 13 Jul 2015 23:53:12 +0000 (00:53 +0100)
committerGreg Kroah-Hartman <gregkh@google.com>
Tue, 14 Jul 2015 00:08:06 +0000 (17:08 -0700)
Copy/paste of code from one file to another missed inappropriate use of tab
after define.

Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/greybus_protocols.h

index d3cce68e8954435816b6f5e3ea782b219f9eb7f5..b32d6ab2a408bc9273243dae0a9cd28cb14e127b 100644 (file)
@@ -660,14 +660,14 @@ struct gb_uart_serial_state_request {
 /* Loopback */
 
 /* Version of the Greybus loopback protocol we support */
-#define        GB_LOOPBACK_VERSION_MAJOR               0x00
-#define        GB_LOOPBACK_VERSION_MINOR               0x01
+#define GB_LOOPBACK_VERSION_MAJOR              0x00
+#define GB_LOOPBACK_VERSION_MINOR              0x01
 
 /* Greybus loopback request types */
-#define        GB_LOOPBACK_TYPE_INVALID                0x00
-#define        GB_LOOPBACK_TYPE_PROTOCOL_VERSION       0x01
-#define        GB_LOOPBACK_TYPE_PING                   0x02
-#define        GB_LOOPBACK_TYPE_TRANSFER               0x03
+#define GB_LOOPBACK_TYPE_INVALID               0x00
+#define GB_LOOPBACK_TYPE_PROTOCOL_VERSION      0x01
+#define GB_LOOPBACK_TYPE_PING                  0x02
+#define GB_LOOPBACK_TYPE_TRANSFER              0x03
 #define GB_LOOPBACK_TYPE_SINK                  0x04
 
 struct gb_loopback_transfer_request {