@@ -138,7 +138,7 @@ __must_check reset_control_get_exclusive(struct device *dev, const char *id)
138
138
*
139
139
* Returns a struct reset_control or IS_ERR() condition containing errno.
140
140
* This function is intended for use with reset-controls which are shared
141
- * between hardware- blocks.
141
+ * between hardware blocks.
142
142
*
143
143
* When a reset-control is shared, the behavior of reset_control_assert /
144
144
* deassert is changed, the reset-core will keep track of a deassert_count
@@ -187,7 +187,7 @@ static inline struct reset_control *of_reset_control_get_exclusive(
187
187
}
188
188
189
189
/**
190
- * of_reset_control_get_shared - Lookup and obtain an shared reference
190
+ * of_reset_control_get_shared - Lookup and obtain a shared reference
191
191
* to a reset controller.
192
192
* @node: device to be reset by the controller
193
193
* @id: reset line name
@@ -229,7 +229,7 @@ static inline struct reset_control *of_reset_control_get_exclusive_by_index(
229
229
}
230
230
231
231
/**
232
- * of_reset_control_get_shared_by_index - Lookup and obtain an shared
232
+ * of_reset_control_get_shared_by_index - Lookup and obtain a shared
233
233
* reference to a reset controller
234
234
* by index.
235
235
* @node: device to be reset by the controller
@@ -322,7 +322,7 @@ devm_reset_control_get_exclusive_by_index(struct device *dev, int index)
322
322
323
323
/**
324
324
* devm_reset_control_get_shared_by_index - resource managed
325
- * reset_control_get_shared
325
+ * reset_control_get_shared
326
326
* @dev: device to be reset by the controller
327
327
* @index: index of the reset controller
328
328
*
0 commit comments