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 коммит произвёл Greg Kroah-Hartman
Родитель 26de720828
Коммит cb6405b15f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;
}