linux/drivers/staging/iio
Janani Ravichandran 77cb59a42b staging: iio: Remove parentheses on the right hand side of assignment
Remove parentheses on the right hand side of assignment as they are not
needed. Semantic patch used:

@@
expression a, b, c, d;
@@

(
  a = (c == d)
|
  a =
- (
  b
- )
)
Signed-off-by: Janani Ravichandran <janani.rvchndrn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-02-11 19:37:15 -08:00
..
accel staging: iio: Remove parentheses on the right hand side of assignment 2016-02-11 19:37:15 -08:00
adc staging: iio: Remove parantheses around right hand side of assignment 2016-02-09 17:51:57 -08:00
addac spi: Updates for v4.4 2015-11-05 13:15:12 -08:00
cdc staging: iio: Remove parentheses on the right hand side of assignment 2016-02-11 19:37:15 -08:00
Documentation Staging: iio: Documentation: Remove unused sysfs attributes 2016-01-30 16:27:11 +00:00
frequency Staging: iio: frequency: use dev_get_platdata() 2015-12-02 18:42:06 +00:00
gyro spi: Updates for v4.4 2015-11-05 13:15:12 -08:00
impedance-analyzer Staging: iio: impedance-analyzer: Fix sparse warning 2015-10-29 07:55:17 +09:00
light staging: iio: Remove parantheses around right hand side of assignment 2016-02-09 17:51:57 -08:00
magnetometer spi: Updates for v4.4 2015-11-05 13:15:12 -08:00
meter iio: ade7753: avoid uninitialized data 2016-01-30 16:24:24 +00:00
resolver spi: Updates for v4.4 2015-11-05 13:15:12 -08:00
trigger staging: iio: trigger: Remove explicit comparisons 2015-10-24 19:32:09 -07:00
Kconfig staging:iio: Delete some commented out lines in Kconfig and Makefile. 2015-11-21 20:14:57 +00:00
Makefile staging:iio: Delete some commented out lines in Kconfig and Makefile. 2015-11-21 20:14:57 +00:00
ring_hw.h staging: iio: Add #include guards to header files 2014-09-28 22:19:04 -04:00
TODO