]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
of: overlay: Reorder struct fragment fields kerneldoc
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 28 Sep 2023 09:35:39 +0000 (11:35 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Oct 2023 21:05:32 +0000 (23:05 +0200)
[ Upstream commit 5d007ffdf6025fe83e497c44ed7c8aa8f150c4d1 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/of/overlay.c

index ee7f3659b353cf4664aa058c9425a1ef107520f6..cea5ad907235e93445f55b4a78e16521b6352345 100644 (file)
@@ -45,8 +45,8 @@ struct target {
 
 /**
  * struct fragment - info about fragment nodes in overlay expanded device tree
- * @target:    target of the overlay operation
  * @overlay:   pointer to the __overlay__ node
+ * @target:    target of the overlay operation
  */
 struct fragment {
        struct device_node *overlay;