greybus: greybus_id.h: checkpatch cleanup
authorGreg Kroah-Hartman <greg@kroah.com>
Tue, 7 Oct 2014 03:37:08 +0000 (20:37 -0700)
committerGreg Kroah-Hartman <greg@kroah.com>
Tue, 7 Oct 2014 03:37:08 +0000 (20:37 -0700)
drivers/staging/greybus/greybus_id.h

index f8e7b38..c6cd2e8 100644 (file)
@@ -15,8 +15,7 @@ struct greybus_module_id {
        __u16   product;
        __u64   unique_id;
 
-       kernel_ulong_t  driver_info
-               __attribute__((aligned(sizeof(kernel_ulong_t))));
+       kernel_ulong_t  driver_info __aligned(sizeof(kernel_ulong_t));
 };
 
 /* Used to match the greybus_module_id */