All of lore.kernel.org
 help / color / mirror / Atom feed
* staging: android: uapi: binder.h: Used __packed instead of __attribute__((packed))
@ 2014-09-01 12:47 Dipak Zope
  2014-09-02 17:52 ` Greg KH
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Dipak Zope @ 2014-09-01 12:47 UTC (permalink / raw)
  To: gregkh; +Cc: devel, linux-kernel

Signed-off-by: Dipak Zope <dipakzope.kernel.org@gmail.com>
---
 drivers/staging/android/uapi/binder.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/android/uapi/binder.h b/drivers/staging/android/uapi/binder.h
index 904adb7..dba4cef 100644
--- a/drivers/staging/android/uapi/binder.h
+++ b/drivers/staging/android/uapi/binder.h
@@ -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;
-- 
1.8.3.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-09-08 20:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-01 12:47 staging: android: uapi: binder.h: Used __packed instead of __attribute__((packed)) Dipak Zope
2014-09-02 17:52 ` Greg KH
2014-09-04 11:34 ` Sudip Mukherjee
2014-09-08 20:28 ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.