Commit 2fd2914a authored by Purnendu Kapadia's avatar Purnendu Kapadia Committed by Greg Kroah-Hartman

staging: android: fix attribute as suggested by checkpatch

we should use __packed attribute
Signed-off-by: default avatarPurnendu Kapadia <pro8linux@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 230fa11f
...@@ -169,7 +169,7 @@ struct binder_ptr_cookie { ...@@ -169,7 +169,7 @@ struct binder_ptr_cookie {
struct binder_handle_cookie { struct binder_handle_cookie {
__u32 handle; __u32 handle;
binder_uintptr_t cookie; binder_uintptr_t cookie;
} __attribute__((packed)); } __packed;
struct binder_pri_desc { struct binder_pri_desc {
__s32 priority; __s32 priority;
......
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