Staging: iio: tsl2x7x_core: Remove unrequired parentheses from DIV_ROUND_UP
authorShivani Bhardwaj <shivanib134@gmail.com>
Fri, 16 Oct 2015 15:20:10 +0000 (20:50 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Oct 2015 05:48:19 +0000 (22:48 -0700)
commit561e2967346af25aca786df77a339888574caec2
tree9b0da664d6a079e6e2ed87f8ddcf6addd24d14d7
parent3c6b71a503181ccfcbad25f500f18b1253b8a247
Staging: iio: tsl2x7x_core: Remove unrequired parentheses from DIV_ROUND_UP

Remove parentheses surrounding the first argument of the macro
DIV_ROUND_UP as they are not required.
Semantic patch used:

@@
expression e1,e2;
@@
DIV_ROUND_UP(
- (
  e1
- )
  ,e2)

Signed-off-by: Shivani Bhardwaj <shivanib134@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/iio/light/tsl2x7x_core.c