mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 12:11:40 +00:00
of: overlay: reorder fields in struct fragment
Order the fields of struct fragment in the same order as struct of_overlay_notify_data. The order in struct fragment is not significant. If both structs are ordered the same then when examining the data in a debugger or dump the human involved does not have to remember which context they are examining. Tested-by: Alan Tull <atull@kernel.org> Signed-off-by: Frank Rowand <frank.rowand@sony.com>
This commit is contained in:
parent
8814dc46bd
commit
81225ea682
@ -49,8 +49,8 @@ struct target {
|
||||
* @overlay: pointer to the __overlay__ node
|
||||
*/
|
||||
struct fragment {
|
||||
struct device_node *target;
|
||||
struct device_node *overlay;
|
||||
struct device_node *target;
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user