From: Viresh Kumar Date: Mon, 16 May 2016 02:19:45 +0000 (+0530) Subject: greybus: fw-management: Replace double-tabs with space for structures X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e27f1da93f00f33db2559be69ea5efc9c2f28de4;p=linux-beck.git greybus: fw-management: Replace double-tabs with space for structures Reformat structures to use a single space instead of multiple tabs. Reported-by: Greg Kroah-Hartman Signed-off-by: Viresh Kumar Reviewed-by: Alex Elder Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/greybus_firmware.h b/drivers/staging/greybus/greybus_firmware.h index 4e194f21d475..02322600968a 100644 --- a/drivers/staging/greybus/greybus_firmware.h +++ b/drivers/staging/greybus/greybus_firmware.h @@ -55,22 +55,22 @@ /* IOCTL support */ struct fw_mgmt_ioc_get_fw { - __u8 firmware_tag[GB_FIRMWARE_U_TAG_MAX_LEN]; - __u16 major; - __u16 minor; + __u8 firmware_tag[GB_FIRMWARE_U_TAG_MAX_LEN]; + __u16 major; + __u16 minor; } __attribute__ ((__packed__)); struct fw_mgmt_ioc_intf_load_and_validate { - __u8 firmware_tag[GB_FIRMWARE_U_TAG_MAX_LEN]; - __u8 load_method; - __u8 status; - __u16 major; - __u16 minor; + __u8 firmware_tag[GB_FIRMWARE_U_TAG_MAX_LEN]; + __u8 load_method; + __u8 status; + __u16 major; + __u16 minor; } __attribute__ ((__packed__)); struct fw_mgmt_ioc_backend_fw_update { - __u8 firmware_tag[GB_FIRMWARE_U_TAG_MAX_LEN]; - __u8 status; + __u8 firmware_tag[GB_FIRMWARE_U_TAG_MAX_LEN]; + __u8 status; } __attribute__ ((__packed__)); #define FW_MGMT_IOCTL_BASE 'F'