[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20160618035330.GA30458@kroah.com>
Date: Fri, 17 Jun 2016 20:53:30 -0700
From: Greg KH <gregkh@...uxfoundation.org>
To: Ravishankar Karkala Mallikarjunayya <ravishankarkm32@...il.com>
Cc: abbotti@....co.uk, hsweeten@...ionengravers.com,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2 1/4] staging : comedi : fix type issues in s626.c
On Sat, May 28, 2016 at 10:56:48AM +0530, Ravishankar Karkala Mallikarjunayya wrote:
> This is a patch to the s626.c file that fixes up a type issues like
> 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'
> found by the checkpatch.pl tool.
>
> Signed-off-by: Ravishankar Karkala Mallikarjunayya <ravishankarkm32@...il.com>
> Reviewed-by: Ian Abbott <abbotti@....co.uk>
> ---
> changes since v1: Rework
This series doesn't apply at all, please rebase it and resend the whole
thing against the latest version of my staging-testing branch.
thanks,
greg k-h
Powered by blists - more mailing lists