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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 15 May 2012 00:07:54 -0400 (EDT)
From:	David Miller <davem@...emloft.net>
To:	ogerlitz@...lanox.com
Cc:	roland@...nel.org, netdev@...r.kernel.org
Subject: Re: [PATCH net-next 1/8] net/mlx4: Address build warnings on set
 but not used variables

From: Or Gerlitz <ogerlitz@...lanox.com>
Date: Mon, 14 May 2012 23:04:06 +0300

> -		err = mlx4_qp_detach_common(dev, &qp, rgid->gid, rgid->prot,
> +		(void) mlx4_qp_detach_common(dev, &qp, rgid->gid, rgid->prot,
>  					    rgid->steer);

You must update the indentation of all the lines comprising of the function
call when you change the indentation of it's initial line.

Please go through all of your patches in this series and fix that up.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ