iio: imu: inv_mpu6050: Fix alignment with open parenthesis
authorDaniel Baluta <daniel.baluta@intel.com>
Thu, 18 Feb 2016 15:53:12 +0000 (17:53 +0200)
committerJonathan Cameron <jic23@kernel.org>
Wed, 24 Feb 2016 20:40:45 +0000 (20:40 +0000)
commitfc0dccdda105be0026aa99271a42d06d20427641
tree731e8cf2bd18ea640449529f0d80c2b70e7cd697
parent371a76603c7e13c4b05755fb99618fa29a11e044
iio: imu: inv_mpu6050: Fix alignment with open parenthesis

This makes code consistent around inv_mpu6050 driver and
fixes the following checkpatch.pl warning:
CHECK: Alignment should match open parenthesis

Note that there were few cases were it was not possible to
fix this due to making the line too long, but we can live with that.

Signed-off-by: Daniel Baluta <daniel.baluta@intel.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/imu/inv_mpu6050/inv_mpu_core.c
drivers/iio/imu/inv_mpu6050/inv_mpu_i2c.c
drivers/iio/imu/inv_mpu6050/inv_mpu_ring.c
drivers/iio/imu/inv_mpu6050/inv_mpu_trigger.c
This page took 0.02638 seconds and 5 git commands to generate.