greybus: greybus_protocols: align DME-attribute values
authorJohan Hovold <johan@hovoldconsulting.com>
Tue, 29 Mar 2016 22:55:56 +0000 (18:55 -0400)
committerGreg Kroah-Hartman <gregkh@google.com>
Wed, 30 Mar 2016 21:17:40 +0000 (14:17 -0700)
Align the DME-attribute values in the protocol header.

Signed-off-by: Johan Hovold <johan@hovoldconsulting.com>
Reviewed-by: Alex Elder <elder@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/greybus_protocols.h

index 9c628cc..863bcb9 100644 (file)
@@ -893,9 +893,9 @@ struct gb_svc_dme_peer_set_response {
 } __packed;
 
 /* Attributes for peer get/set operations */
-#define DME_ATTR_SELECTOR_INDEX                0
+#define DME_ATTR_SELECTOR_INDEX                        0
 /* FIXME: remove ES2 support and DME_ATTR_T_TST_SRC_INCREMENT */
-#define DME_ATTR_T_TST_SRC_INCREMENT   0x4083
+#define DME_ATTR_T_TST_SRC_INCREMENT           0x4083
 #define DME_ATTR_ES3_INIT_STATUS               0x6101
 
 /* Return value from init-status attributes listed above */