projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8faa8da
)
greybus: greybus_id.h: checkpatch cleanup
author
Greg Kroah-Hartman
<greg@kroah.com>
Tue, 7 Oct 2014 03:37:08 +0000
(20:37 -0700)
committer
Greg Kroah-Hartman
<greg@kroah.com>
Tue, 7 Oct 2014 03:37:08 +0000
(20:37 -0700)
drivers/staging/greybus/greybus_id.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/greybus/greybus_id.h
b/drivers/staging/greybus/greybus_id.h
index f8e7b38b517609e55b44e2336818930277d8fe56..c6cd2e8fa7c134b40ce15fae15277fef11455684 100644
(file)
--- 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 */