Tag: 8c79c49c803da7e1bd21da0374cf02083becae04

staging: iio: Remove parantheses around right hand side of assignment

Author: Janani Ravichandran <janani.rvchndrn@gmail.com> Remove parantheses on the right hand side of assignments as they are not needed. Coccinelle patch used: @@ expression a, b, c, d; @@ ( a = (c == d) | a = – ( b – ) ) Signed-off-by: Janani Ravichandran Signed-off-by: Greg Kroah-Hartman — drivers/staging/iio/adc/ad7280a.c | 4 ++– drivers/staging/iio/light/tsl2x7x_core.c …

Continue reading