From: Greg Kroah-Hartman Date: Tue, 7 Oct 2014 03:37:08 +0000 (-0700) Subject: greybus: greybus_id.h: checkpatch cleanup X-Git-Tag: Ubuntu-5.13.0-19.19~14927^2~378^2~21^2~2024 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=c4f37c62fafef55972dfbce31d253df9b4d85bd0;p=mirror_ubuntu-jammy-kernel.git greybus: greybus_id.h: checkpatch cleanup --- diff --git a/drivers/staging/greybus/greybus_id.h b/drivers/staging/greybus/greybus_id.h index f8e7b38b5176..c6cd2e8fa7c1 100644 --- a/drivers/staging/greybus/greybus_id.h +++ b/drivers/staging/greybus/greybus_id.h @@ -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 */