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

* Re: staging: android: uapi: binder.h: Used __packed instead of __attribute__((packed))
  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
  2 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2014-09-02 17:52 UTC (permalink / raw)
  To: Dipak Zope; +Cc: devel, linux-kernel

On Mon, Sep 01, 2014 at 08:47:12AM -0400, Dipak Zope wrote:
> 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

This is already in my tree, what branch are you working off of here?

thanks,

greg k-h

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

* Re: staging: android: uapi: binder.h: Used __packed instead of __attribute__((packed))
  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
  2 siblings, 0 replies; 4+ messages in thread
From: Sudip Mukherjee @ 2014-09-04 11:34 UTC (permalink / raw)
  To: Dipak Zope; +Cc: gregkh, devel, linux-kernel

On Mon, Sep 01, 2014 at 08:47:12AM -0400, Dipak Zope wrote:

you have not mentioned any commit message . 

thanks
sudip

> 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
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

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

* Re: staging: android: uapi: binder.h: Used __packed instead of __attribute__((packed))
  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
  2 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2014-09-08 20:28 UTC (permalink / raw)
  To: Dipak Zope; +Cc: devel, linux-kernel

On Mon, Sep 01, 2014 at 08:47:12AM -0400, Dipak Zope wrote:
> 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;

Someone already sent in this same fix before you did, sorry.

greg k-h

^ permalink raw reply	[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.