Commit cb6405b1 authored by Jonathan Cameron's avatar Jonathan Cameron Committed by Greg Kroah-Hartman

Staging: iio: light trivial whitespace fix

Signed-off-by: default avatarJonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 26de7208
...@@ -646,7 +646,7 @@ static int __devinit tsl2563_probe(struct i2c_client *client, ...@@ -646,7 +646,7 @@ static int __devinit tsl2563_probe(struct i2c_client *client,
err = tsl2563_detect(chip); err = tsl2563_detect(chip);
if (err) { if (err) {
dev_err(&client->dev, "device not found, error %d \n", -err); dev_err(&client->dev, "device not found, error %d\n", -err);
goto fail1; goto fail1;
} }
......
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