Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

of: overlay: Reorder struct fragment fields kerneldoc

The fields of the fragment structure were reordered, but the kerneldoc
was not updated.

Fixes: 81225ea682f45629 ("of: overlay: reorder fields in struct fragment")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/cfa36d2bb95e3c399c415dbf58057302c70ef375.1695893695.git.geert+renesas@glider.be
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Geert Uytterhoeven and committed by
Rob Herring
5d007ffd 57db57ae

+1 -1
+1 -1
drivers/of/overlay.c
··· 45 45 46 46 /** 47 47 * struct fragment - info about fragment nodes in overlay expanded device tree 48 - * @target: target of the overlay operation 49 48 * @overlay: pointer to the __overlay__ node 49 + * @target: target of the overlay operation 50 50 */ 51 51 struct fragment { 52 52 struct device_node *overlay;