Re: [PATCH] staging: media: Remove parentheses from return arguments

From: Greg KH
Date: Thu Mar 09 2017 - 12:11:18 EST


On Fri, Mar 03, 2017 at 10:31:39PM +0530, simran singhal wrote:
> The sematic patch used for this is:
> @@
> identifier i;
> constant c;
> @@
> return
> - (
> \(i\|-i\|i(...)\|c\)
> - )
> ;
>
> Signed-off-by: simran singhal <singhalsimran0@xxxxxxxxx>
> Acked-by: Julia Lawall <julia.lawall@xxxxxxx>
> ---
> .../media/atomisp/pci/atomisp2/css2400/sh_css.c | 20 ++++++++++----------
> .../atomisp/pci/atomisp2/css2400/sh_css_firmware.c | 2 +-
> 2 files changed, 11 insertions(+), 11 deletions(-)

Again, one patch per driver.