From 265488414c71235631cd74716f4732afab1a4d5d Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Wed, 6 Nov 2024 14:45:43 +0100 Subject: tree-wide: use Device*T*ree spelling We used both, in fact "Devicetree" was more common. But we have a general rule that we capitalize all words in names and also we have a DeviceTree= configuration setting, which we cannot change. If we use two different spelllings, this will make it harder for people to use the correct one in config files. So use the "DeviceTree" spelling everywhere. --- src/fundamental/tpm2-pcr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fundamental/tpm2-pcr.h') diff --git a/src/fundamental/tpm2-pcr.h b/src/fundamental/tpm2-pcr.h index f903ec3e3b..d8728bf88e 100644 --- a/src/fundamental/tpm2-pcr.h +++ b/src/fundamental/tpm2-pcr.h @@ -47,7 +47,7 @@ enum { /* The tag used for EV_EVENT_TAG event log records covering the boot loader config */ #define LOADER_CONF_EVENT_TAG_ID UINT32_C(0xf5bc582a) -/* The tag used for EV_EVENT_TAG event log records covering Devicetree blobs */ +/* The tag used for EV_EVENT_TAG event log records covering DeviceTree blobs */ #define DEVICETREE_ADDON_EVENT_TAG_ID UINT32_C(0x6c46f751) /* The tag used for EV_EVENT_TAG event log records covering initrd addons */ -- cgit v1.2.3