Commit c4f37c62 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

greybus: greybus_id.h: checkpatch cleanup

parent 8faa8da9
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment