From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753499AbbERKaP (ORCPT ); Mon, 18 May 2015 06:30:15 -0400 Received: from galahad.ideasonboard.com ([185.26.127.97]:58653 "EHLO galahad.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752560AbbERKaN (ORCPT ); Mon, 18 May 2015 06:30:13 -0400 From: Laurent Pinchart To: Joe Perches Cc: linux-api , LKML Subject: Re: [PATCH] media: uapi: vsp1: Use __u32 instead of u32 Date: Mon, 18 May 2015 13:30:25 +0300 Message-ID: <2148994.nAnETH4BnO@avalon> User-Agent: KMail/4.14.3 (Linux/3.18.11-gentoo; KDE/4.14.3; x86_64; ; ) In-Reply-To: <1431799900.15709.84.camel@perches.com> References: <1431799900.15709.84.camel@perches.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 Acked-by: Laurent Pinchart 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