Commit 06fc41da authored by Scott Matheina's avatar Scott Matheina Committed by Jonathan Cameron

staging:iio:addac:adt7316 Fixes Alignment should match open parenthesis

Fixes style issue where Alignment doesn't match open parenthesis
Signed-off-by: default avatarScott Matheina <scott@matheina.com>
Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
parent 8f0d7daf
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment