lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Wed, 9 Mar 2016 07:33:10 -0800
From:	Greg KH <gregkh@...uxfoundation.org>
To:	ravishankarkm <ravishankarkm32@...il.com>
Cc:	abbotti@....co.uk, hsweeten@...ionengravers.com,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/3] Staging: comedi: fix type issue in s626.c

On Wed, Mar 09, 2016 at 10:59:47AM +0530, 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(-)

Your From: doesn't match your signed-off-by still, so I can't take these
yet :(

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ