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:	Tue, 7 Jun 2016 10:30:58 -0700
From:	Greg KH <gregkh@...uxfoundation.org>
To:	Anchal Jain <anchalj109@...il.com>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2] staging: lustre: lustre: obdclass: Modify return
 statement

On Tue, Jun 07, 2016 at 10:34:01PM +0530, Anchal Jain wrote:
> Modify the return statement.
> The Coccinelle semantic patch used to make this change is as follows:
> 
> @@
> expression e, ret;
> @@
> 
> -ret =
> +return
>         e;
> -return ret;
> 
> Delete the declaration of the return variable rc, as it is no longer used.
> 
> 
> Signed-off-by: Anchal Jain <anchalj109@...il.com>
> ---
> changes in v2
> 	--add public cc with patch

Please use scripts/get_maintainer.pl to determine who and what lists
to send patches to (hint, lkml is almost never the correct list to
_only_ send patches to.)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ