]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
greybus: fw-management: Replace double-tabs with space for structures
authorViresh Kumar <viresh.kumar@linaro.org>
Mon, 16 May 2016 02:19:45 +0000 (07:49 +0530)
committerGreg Kroah-Hartman <gregkh@google.com>
Tue, 17 May 2016 02:59:50 +0000 (19:59 -0700)
Reformat structures to use a single space instead of multiple tabs.

Reported-by: Greg Kroah-Hartman <gregkh@google.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Alex Elder <elder@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/greybus_firmware.h

index 4e194f21d47558ed13ae6af5cb7dd0653a7e24f5..02322600968a535a0d4c036bf9c72956473e309a 100644 (file)
 
 /* 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'