linux/drivers/staging/iio
Shivani Bhardwaj 561e296734 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>
2015-10-16 22:48:19 -07:00
..
accel staging: iio: Fix comment style warning 2015-10-02 11:36:00 +02:00
adc Staging: iio: ad7192: Remove unnecessary NULL test 2015-10-16 22:48:19 -07:00
addac Staging: iio: Remove exceptional & on function name 2015-10-13 10:11:03 -07:00
cdc Staging: iio: cdc: Remove unused macros 2015-10-16 22:48:19 -07:00
Documentation Staging: fixed multiple spelling errors. 2015-05-08 09:23:58 +02:00
frequency Staging: iio: Use braces on all arms of if statement 2015-03-16 16:14:05 +01:00
gyro
impedance-analyzer Staging: iio: impedance-analyzer: Remove explicit NULL comparison 2015-04-01 17:23:21 +02:00
light Staging: iio: tsl2x7x_core: Remove unrequired parentheses from DIV_ROUND_UP 2015-10-16 22:48:19 -07:00
magnetometer staging: iio: hmc5843: Export missing SPI module alias information 2015-08-22 18:51:18 +01:00
meter Staging: iio: meter: Prefer using the BIT macro 2015-09-23 20:23:19 +01:00
resolver Staging: iio: Remove exceptional & on function name 2015-10-13 10:11:03 -07:00
trigger Staging: iio: trigger: Use braces on both branches of if statement 2015-08-16 10:51:28 +01:00
iio_dummy_evgen.c staging: iio: iio_dummy_evgen: handle_simple_irq() build fix 2015-09-30 03:46:43 +02:00
iio_dummy_evgen.h staging: iio_simple_dummy: fix return types 2015-06-01 11:21:46 +01:00
iio_simple_dummy_buffer.c Staging: iio: dummy: Fix blank line warnings 2015-07-11 18:42:15 +01:00
iio_simple_dummy_events.c Staging: iio: Move evgen interrupt generation to irq_work 2015-09-23 20:23:26 +01:00
iio_simple_dummy.c Staging: iio: dummy: Fix blank line warnings 2015-07-11 18:42:15 +01:00
iio_simple_dummy.h Staging: iio: Move evgen interrupt generation to irq_work 2015-09-23 20:23:26 +01:00
Kconfig staging: iio: dummy: Fix undefined symbol build error 2015-03-14 18:36:20 +00:00
Makefile
ring_hw.h
TODO