Staging: iio: light trivial whitespace fix

Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Jonathan Cameron 2010-05-04 22:34:37 +01:00 committed by Greg Kroah-Hartman
parent 26de720828
commit cb6405b15f
1 changed files with 1 additions and 1 deletions

View File

@ -646,7 +646,7 @@ static int __devinit tsl2563_probe(struct i2c_client *client,
err = tsl2563_detect(chip);
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;
}