From c887e69d908fb1575bb6f861c0f4f2c1fb61eef1 Mon Sep 17 00:00:00 2001 From: Scott Matheina Date: Tue, 3 Jan 2017 19:50:24 -0600 Subject: [PATCH] staging:iio:addac Fixes Alignment should match open parenthesis Fixes style issue where Alignment doesn't match open parenthesis Signed-off-by: Scott Matheina Signed-off-by: Greg Kroah-Hartman --- drivers/staging/iio/addac/adt7316-i2c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/iio/addac/adt7316-i2c.c b/drivers/staging/iio/addac/adt7316-i2c.c index 0ccf192..f66dd3e 100644 --- a/drivers/staging/iio/addac/adt7316-i2c.c +++ b/drivers/staging/iio/addac/adt7316-i2c.c @@ -93,7 +93,7 @@ static int adt7316_i2c_multi_write(void *client, u8 reg, u8 count, u8 *data) */ static int adt7316_i2c_probe(struct i2c_client *client, - const struct i2c_device_id *id) + const struct i2c_device_id *id) { struct adt7316_bus bus = { .client = client, -- 2.7.4