staging: ft1000: Remove parentheses from return arguments
authorTapasweni Pathak <tapaswenipathak@gmail.com>
Mon, 20 Oct 2014 04:54:49 +0000 (10:24 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 23 Oct 2014 04:31:18 +0000 (12:31 +0800)
commit93164c03ae7144bc4d9593a962a9169e9675dc3f
tree3ad26bb79b3beb551db797a5515d38c72643a8f6
parent705515cdcdf972ad9df4d1a9874d0e94a3cad517
staging: ft1000: Remove parentheses from return arguments

The sematic patch used for this is:

// <smpl>
@@
identifier i;
constant c;
@@

return
- (
    \(i\|-i\|i(...)\|c\)
- )
  ;
// </smpl>

Signed-off-by: Tapasweni Pathak <tapaswenipathak@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ft1000/ft1000-usb/ft1000_debug.c
This page took 0.024403 seconds and 5 git commands to generate.