mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
of: overlay: Reorder struct fragment fields kerneldoc
[ Upstream commit5d007ffdf6] The fields of the fragment structure were reordered, but the kerneldoc was not updated. Fixes:81225ea682("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> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
2a3d40b402
commit
a76072bc73
@@ -45,8 +45,8 @@ struct target {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* struct fragment - info about fragment nodes in overlay expanded device tree
|
* struct fragment - info about fragment nodes in overlay expanded device tree
|
||||||
* @target: target of the overlay operation
|
|
||||||
* @overlay: pointer to the __overlay__ node
|
* @overlay: pointer to the __overlay__ node
|
||||||
|
* @target: target of the overlay operation
|
||||||
*/
|
*/
|
||||||
struct fragment {
|
struct fragment {
|
||||||
struct device_node *overlay;
|
struct device_node *overlay;
|
||||||
|
|||||||
Reference in New Issue
Block a user