linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] media: uapi: vsp1: Use __u32 instead of u32
@ 2015-05-16 18:11 Joe Perches
       [not found] ` <1431799900.15709.84.camel-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Joe Perches @ 2015-05-16 18:11 UTC (permalink / raw)
  To: Laurent Pinchart; +Cc: linux-api, LKML

Don't use the kernel types in uapi headers.

Signed-off-by: Joe Perches <joe@perches.com>
---
 include/uapi/linux/vsp1.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/uapi/linux/vsp1.h b/include/uapi/linux/vsp1.h
index e18858f..9a82369 100644
--- a/include/uapi/linux/vsp1.h
+++ b/include/uapi/linux/vsp1.h
@@ -28,7 +28,7 @@
 	_IOWR('V', BASE_VIDIOC_PRIVATE + 1, struct vsp1_lut_config)
 
 struct vsp1_lut_config {
-	u32 lut[256];
+	__u32 lut[256];
 };
 
 #endif	/* __VSP1_USER_H__ */

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

* Re: [PATCH] media: uapi: vsp1: Use __u32 instead of u32
       [not found] ` <1431799900.15709.84.camel-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
@ 2015-05-18 10:30   ` Laurent Pinchart
  0 siblings, 0 replies; 2+ messages in thread
From: Laurent Pinchart @ 2015-05-18 10:30 UTC (permalink / raw)
  To: Joe Perches; +Cc: linux-api, LKML

Hi Joe,

Thank you for the patch.

On Saturday 16 May 2015 11:11:40 Joe Perches wrote:
> Don't use the kernel types in uapi headers.
> 
> Signed-off-by: Joe Perches <joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>

Acked-by: Laurent Pinchart <laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org>

and applied to my tree.

> ---
>  include/uapi/linux/vsp1.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/uapi/linux/vsp1.h b/include/uapi/linux/vsp1.h
> index e18858f..9a82369 100644
> --- a/include/uapi/linux/vsp1.h
> +++ b/include/uapi/linux/vsp1.h
> @@ -28,7 +28,7 @@
>  	_IOWR('V', BASE_VIDIOC_PRIVATE + 1, struct vsp1_lut_config)
> 
>  struct vsp1_lut_config {
> -	u32 lut[256];
> +	__u32 lut[256];
>  };
> 
>  #endif	/* __VSP1_USER_H__ */

-- 
Regards,

Laurent Pinchart

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

end of thread, other threads:[~2015-05-18 10:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-16 18:11 [PATCH] media: uapi: vsp1: Use __u32 instead of u32 Joe Perches
     [not found] ` <1431799900.15709.84.camel-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
2015-05-18 10:30   ` Laurent Pinchart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).