projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f0d7da
)
staging:iio:addac:adt7316 Fixes Alignment should match open parenthesis
author
Scott Matheina
<scott@matheina.com>
Wed, 4 Jan 2017 01:50:24 +0000
(19:50 -0600)
committer
Jonathan Cameron
<jic23@kernel.org>
Tue, 10 Jan 2017 19:54:57 +0000
(19:54 +0000)
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>
drivers/staging/iio/addac/adt7316-i2c.c
patch
|
blob
|
history
diff --git
a/drivers/staging/iio/addac/adt7316-i2c.c
b/drivers/staging/iio/addac/adt7316-i2c.c
index
0ccf192
..
f66dd3e
100644
(file)
--- 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,