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, 16 Mar 2016 18:35:13 -0700
From:	Greg KH <gregkh@...uxfoundation.org>
To:	Gavin O'Leary <gavinoleary3@...il.com>
Cc:	david.kershner@...sys.com, benjamin.romer@...sys.com,
	timothy.sell@...sys.com, nhorman@...hat.com,
	sparmaintainer@...sys.com, devel@...verdev.osuosl.org,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] staging: unisys: visornic: Fixed Checkpatch Warnings

On Wed, Mar 16, 2016 at 06:24:47PM -0700, Gavin O'Leary wrote:
> Fixed the coding style checkpatch warnings.

Which ones?  Always be specific.  And only fix one type of thing at a
time.

> 
> Signed-off-by: Gavin O'Leary <gavinoleary3@...il.com>
> ---
>  drivers/staging/unisys/visornic/visornic_main.c | 16 ++++++++++------
>  1 file changed, 10 insertions(+), 6 deletions(-)
> 
> diff --git a/drivers/staging/unisys/visornic/visornic_main.c b/drivers/staging/unisys/visornic/visornic_main.c
> index 0519470..0366624 100644
> --- a/drivers/staging/unisys/visornic/visornic_main.c
> +++ b/drivers/staging/unisys/visornic/visornic_main.c
> @@ -1218,8 +1218,9 @@ visornic_rx(struct uiscmdrsp *cmdrsp)
>  		/* length rcvd is greater than firstfrag in this skb rcv buf  */
>  		skb->tail += RCVPOST_BUF_SIZE;	/* amount in skb->data */
>  		skb->data_len = skb->len - RCVPOST_BUF_SIZE;	/* amount that
> -								   will be in
> -								   frag_list */
> +								 *  will be in
> +								 *  frag_list
> +								 */

Tell me that looks better :(

Please fix this properly.

thanks,

greg k-h

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ