[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <56DFFC25.7080306@mev.co.uk>
Date: Wed, 9 Mar 2016 10:34:13 +0000
From: Ian Abbott <abbotti@....co.uk>
To: ravishankarkm <ravishankarkm32@...il.com>, greg@...ah.com
Cc: hsweeten@...ionengravers.com, gregkh@...uxfoundation.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/3] Staging: comedi: fix type issue in s626.c
On 09/03/16 05:29, ravishankarkm wrote:
> This is a patch to the s626.c file that fixes up a type issues
> found by the checkpatch.pl tool.
>
> i.e Prefer kernel type 'u8' over 'uint8_t'
> Prefer kernel type 'u16' over 'uint16_t'
> Prefer kernel type 'u32' over 'uint32_t'
> Prefer kernel type 's16' over 'int16_t'
> Prefer kernel type 's32' over 'int32_t'
>
> Signed-off-by: Ravishankar Karkala Mallikarjunayya <ravishankarkm32@...il.com>
> ---
> drivers/staging/comedi/drivers/s626.c | 306 +++++++++++++++++-----------------
> 1 file changed, 153 insertions(+), 153 deletions(-)
Thanks! Just a minor niggle: there are a couple of unconverted
'int16_t' left behind by this patch, but those could be fixed in a
subsequent patch.
Reviewed-by: Ian Abbott <abbotti@....co.uk>
--
-=( Ian Abbott @ MEV Ltd. E-mail: <abbotti@....co.uk> )=-
-=( Web: http://www.mev.co.uk/ )=-
Powered by blists - more mailing lists