From c4f37c62fafef55972dfbce31d253df9b4d85bd0 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Mon, 6 Oct 2014 20:37:08 -0700 Subject: [PATCH] greybus: greybus_id.h: checkpatch cleanup --- drivers/staging/greybus/greybus_id.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 */ -- 2.39.5