Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -169,7 +169,7 @@ struct binder_ptr_cookie {
struct binder_handle_cookie {
	__u32 handle;
	binder_uintptr_t cookie;
} __attribute__((packed));
} __packed;

struct binder_pri_desc {
	__s32 priority;