File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -333,7 +333,7 @@ static DEFINE_IDR(ov_idr);
333
333
* of the overlay in a list. This list can be used to prevent
334
334
* illegal overlay removals.
335
335
*
336
- * Returns the id of the created overlay, or an negative error number
336
+ * Returns the id of the created overlay, or a negative error number
337
337
*/
338
338
int of_overlay_create (struct device_node * tree )
339
339
{
@@ -481,7 +481,7 @@ static int overlay_removal_is_ok(struct of_overlay *ov)
481
481
*
482
482
* Removes an overlay if it is permissible.
483
483
*
484
- * Returns 0 on success, or an negative error number
484
+ * Returns 0 on success, or a negative error number
485
485
*/
486
486
int of_overlay_destroy (int id )
487
487
{
@@ -528,7 +528,7 @@ EXPORT_SYMBOL_GPL(of_overlay_destroy);
528
528
*
529
529
* Removes all overlays from the system in the correct order.
530
530
*
531
- * Returns 0 on success, or an negative error number
531
+ * Returns 0 on success, or a negative error number
532
532
*/
533
533
int of_overlay_destroy_all (void )
534
534
{
You can’t perform that action at this time.
0 commit comments