aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/iio/imu/inv_mpu6050/inv_mpu_i2c.c
diff options
context:
space:
mode:
authorDaniel Baluta <daniel.baluta@intel.com>2016-02-18 17:53:12 +0200
committerJonathan Cameron <jic23@kernel.org>2016-02-24 20:40:45 +0000
commitfc0dccdda105be0026aa99271a42d06d20427641 (patch)
tree731e8cf2bd18ea640449529f0d80c2b70e7cd697 /drivers/iio/imu/inv_mpu6050/inv_mpu_i2c.c
parentiio: imu: inv_mpu6050: Fix code indent for if statement (diff)
downloadwireguard-linux-fc0dccdda105be0026aa99271a42d06d20427641.tar.xz
wireguard-linux-fc0dccdda105be0026aa99271a42d06d20427641.zip
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>
Diffstat (limited to 'drivers/iio/imu/inv_mpu6050/inv_mpu_i2c.c')
-rw-r--r--drivers/iio/imu/inv_mpu6050/inv_mpu_i2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/imu/inv_mpu6050/inv_mpu_i2c.c b/drivers/iio/imu/inv_mpu6050/inv_mpu_i2c.c
index af400dd892a9..71bdaa33cd05 100644
--- a/drivers/iio/imu/inv_mpu6050/inv_mpu_i2c.c
+++ b/drivers/iio/imu/inv_mpu6050/inv_mpu_i2c.c
@@ -111,7 +111,7 @@ static int inv_mpu6050_deselect_bypass(struct i2c_adapter *adap,
* Returns 0 on success, a negative error code otherwise.
*/
static int inv_mpu_probe(struct i2c_client *client,
- const struct i2c_device_id *id)
+ const struct i2c_device_id *id)
{
struct inv_mpu6050_state *st;
int result;