mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
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: Luca Ceresoli <luca.ceresoli@bootlin.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/20231106-of_overlay_fdt_apply-kerneldoc-v1-1-9a2d132bc6c1@bootlin.com Signed-off-by: Rob Herring <robh@kernel.org>
This commit is contained in:
parent
6767b6f4b4
commit
8a5236acac
1 changed files with 1 additions and 1 deletions
|
@ -964,7 +964,7 @@ out:
|
|||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue