diff options
author | Lennart Poettering <lennart@poettering.net> | 2022-03-24 17:15:50 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2022-03-28 16:02:15 +0200 |
commit | af9ae7502614741601565ba94569570363d9ac39 (patch) | |
tree | 5b883f4d614f01ada38e3ad09e5c2d8f315d6325 /tools | |
parent | bootspec: don't needlessly inline boot_config_find_entry() (diff) | |
download | systemd-af9ae7502614741601565ba94569570363d9ac39.tar.xz systemd-af9ae7502614741601565ba94569570363d9ac39.zip |
bootspec: normalize function names/parameter lists
This normalizes naming of functions operating on BootConfig objects.
Let's always call them boot_config_xyz(), like our usual way to name
stuff.
moreover, move the BootConfig parameter to the beginning, as it's not a
return value (which we typically move to the end of the parameter list),
but simply an object, that even happens to be initialized already.
With these changes the functions are more like our usual way to call
things, and less surprises are good.
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions