Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

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>

authored by

Scott Matheina and committed by
Jonathan Cameron
06fc41da 8f0d7daf

+1 -1
+1 -1
drivers/staging/iio/addac/adt7316-i2c.c
··· 93 93 */ 94 94 95 95 static int adt7316_i2c_probe(struct i2c_client *client, 96 - const struct i2c_device_id *id) 96 + const struct i2c_device_id *id) 97 97 { 98 98 struct adt7316_bus bus = { 99 99 .client = client,