[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20150727043052.GB3985@sudip-pc>
Date: Mon, 27 Jul 2015 10:00:52 +0530
From: Sudip Mukherjee <sudipm.mukherjee@...il.com>
To: Shraddha Barke <shraddha.6596@...il.com>
Cc: linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Staging:dgap :Compression of lines for immediate return
On Sun, Jul 26, 2015 at 11:04:13PM +0530, Shraddha Barke wrote:
> This patch compresses two lines into a single line if immediate return statement
> is found. Also,remove variable rc as it is no longer needed.
> It is done using tool Coccinelle. And semantic patch used for this is as follows:
>
> @@
> expression ret;
> identifier f;
> @@
>
> -ret =
> +return
> f(...);
> -return ret;
> ---
Missed the Signed-off-by: here also, and always add the maintainers in
your To: list.
regards
sudip
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists