Skip to content

Commit fd0961f

Browse files
Uwe Kleine-KönigJiri Kosina
authored andcommitted
fix typos concerning "instead"
Signed-off-by: Uwe Kleine-König <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent 421f91d commit fd0961f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch/powerpc/platforms/ps3/htab.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ static long ps3_hpte_updatepp(unsigned long slot, unsigned long newpp,
136136
* As lv1_read_htab_entries() does not give us the RPN, we can
137137
* not synthesize the new hpte_r value here, and therefore can
138138
* not update the hpte with lv1_insert_htab_entry(), so we
139-
* insted invalidate it and ask the caller to update it via
139+
* instead invalidate it and ask the caller to update it via
140140
* ps3_hpte_insert() by returning a -1 value.
141141
*/
142142
if (!HPTE_V_COMPARE(hpte_v, want_v) || !(hpte_v & HPTE_V_VALID)) {

drivers/rtc/rtc-fm3130.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ static int fm3130_get_time(struct device *dev, struct rtc_time *t)
104104
if (!fm3130->data_valid) {
105105
/* We have invalid data in RTC, probably due
106106
to battery faults or other problems. Return EIO
107-
for now, it will allow us to set data later insted
107+
for now, it will allow us to set data later instead
108108
of error during probing which disables device */
109109
return -EIO;
110110
}

0 commit comments

Comments
 (0)