Commit 8a5236ac authored by Luca Ceresoli's avatar Luca Ceresoli Committed by Rob Herring

of: overlay: enable of_overlay_fdt_apply() kerneldoc

of_overlay_fdt_apply() already has a kerneldoc-formatted documentation,
except it is nor marked as such. Adding the second asterisk is enough for
the documentation to take it into account correctly.
Signed-off-by: default avatarLuca Ceresoli <luca.ceresoli@bootlin.com>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20231106-of_overlay_fdt_apply-kerneldoc-v1-1-9a2d132bc6c1@bootlin.comSigned-off-by: default avatarRob Herring <robh@kernel.org>
parent 6767b6f4
......@@ -964,7 +964,7 @@ static int of_overlay_apply(struct overlay_changeset *ovcs,
return ret;
}
/*
/**
* of_overlay_fdt_apply() - Create and apply an overlay changeset
* @overlay_fdt: pointer to overlay FDT
* @overlay_fdt_size: number of bytes in @overlay_fdt
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment