fix typos concerning "instead"

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
Uwe Kleine-König
2010-06-11 12:16:56 +02:00
committed by Jiri Kosina
parent 421f91d21a
commit fd0961ff67
2 changed files with 2 additions and 2 deletions

View File

@@ -104,7 +104,7 @@ static int fm3130_get_time(struct device *dev, struct rtc_time *t)
if (!fm3130->data_valid) {
/* We have invalid data in RTC, probably due
to battery faults or other problems. Return EIO
for now, it will allow us to set data later insted
for now, it will allow us to set data later instead
of error during probing which disables device */
return -EIO;
}