Skip to content

Commit

Permalink
staging:iio:addac:adt7316 Fixes Alignment should match open parenthesis
Browse files Browse the repository at this point in the history
Fixes style issue where Alignment doesn't match open parenthesis

Signed-off-by: Scott Matheina <scott@matheina.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
  • Loading branch information
Scott Matheina authored and Jonathan Cameron committed Jan 10, 2017
1 parent 8f0d7da commit 06fc41d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/iio/addac/adt7316-i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 06fc41d

Please sign in to comment.