Skip to content

Commit 94a8bf9

Browse files
geerturobherring
authored andcommitted
of/overlay: Grammar s/an negative/a negative/
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Rob Herring <robh@kernel.org>
1 parent 3b1a2c9 commit 94a8bf9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drivers/of/overlay.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ static DEFINE_IDR(ov_idr);
333333
* of the overlay in a list. This list can be used to prevent
334334
* illegal overlay removals.
335335
*
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
337337
*/
338338
int of_overlay_create(struct device_node *tree)
339339
{
@@ -481,7 +481,7 @@ static int overlay_removal_is_ok(struct of_overlay *ov)
481481
*
482482
* Removes an overlay if it is permissible.
483483
*
484-
* Returns 0 on success, or an negative error number
484+
* Returns 0 on success, or a negative error number
485485
*/
486486
int of_overlay_destroy(int id)
487487
{
@@ -528,7 +528,7 @@ EXPORT_SYMBOL_GPL(of_overlay_destroy);
528528
*
529529
* Removes all overlays from the system in the correct order.
530530
*
531-
* Returns 0 on success, or an negative error number
531+
* Returns 0 on success, or a negative error number
532532
*/
533533
int of_overlay_destroy_all(void)
534534
{

0 commit comments

Comments
 (0)