efivars: Remove STRINGIFY() helper macros
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 31 Oct 2024 12:54:33 +0000 (13:54 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Sat, 2 Nov 2024 22:20:57 +0000 (23:20 +0100)
commitd5c12da904872671e98c991f33e8e80fd9c3db8e
treeb85762a80bd560e1e93e48729565c573523a6303
parent36c6c696a78d9339ad415a3ad6bdd5f22c2140f2
efivars: Remove STRINGIFY() helper macros

The names of these conflict with macros from efi.h that we'll move
to efi-fundamental.h in a later commit. Let's avoid the conflict by
getting rid of these helpers. Arguably this also improves readability
by clearly indicating we're passing arbitrary strings and not constants
to the macros when we invoke them.
20 files changed:
src/basic/efivars.c
src/basic/efivars.h
src/boot/bless-boot-generator.c
src/boot/bless-boot.c
src/boot/bootctl-install.c
src/boot/bootctl-random-seed.c
src/boot/bootctl-set-efivar.c
src/boot/bootctl-status.c
src/boot/bootctl-systemd-efi-options.c
src/boot/bootctl.c
src/boot/measure.c
src/core/efi-random.c
src/hibernate-resume/hibernate-resume-config.c
src/login/logind-dbus.c
src/partition/repart.c
src/shared/bootspec.c
src/shared/efi-api.c
src/shared/efi-loader.c
src/shared/hibernate-util.c
src/sleep/sleep.c