mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 10:02:33 -04:00
greybus: greybus_id.h: checkpatch cleanup
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user