greybus: greybus_id.h: checkpatch cleanup

This commit is contained in:
Greg Kroah-Hartman 2014-10-06 20:37:08 -07:00
parent 8faa8da9a6
commit c4f37c62fa

View File

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