diff options
author | Laszlo Ersek <lersek@redhat.com> | 2019-04-25 14:15:10 +0200 |
---|---|---|
committer | Laszlo Ersek <lersek@redhat.com> | 2019-04-30 14:26:31 +0200 |
commit | 32d1440aaddde976379b43430b913a99980d1741 (patch) | |
tree | 6af7e7f0e0799aab6b8ac9c5f8948d1d65c7f9ca /BaseTools/Source/Python/Common/VariableAttributes.py | |
parent | 85d96998a470bada0cfa602b4660fedd61cd3a83 (diff) | |
download | edk2-32d1440aaddde976379b43430b913a99980d1741.tar.gz edk2-32d1440aaddde976379b43430b913a99980d1741.tar.bz2 edk2-32d1440aaddde976379b43430b913a99980d1741.zip |
OvmfPkg/EnrollDefaultKeys: clean up global variable name prefixes
In edk2, we should start the names of module-global variables with "m".
Rename the "RedHatPkKek1", "MicrosoftKEK", "MicrosoftPCA",
"MicrosoftUefiCA" variables accordingly, with the following command:
sed --regexp-extended --in-place \
--expression='s,\<(RedHatPkKek1|Microsoft(KEK|PCA|UefiCA))\>,m\1,g' \
OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys.c
Cc: Anthony Perard <anthony.perard@citrix.com>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Julien Grall <julien.grall@arm.com>
Bugzilla: https://bugzilla.tianocore.org/show_bug.cgi?id=1747
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Gary Lin <glin@suse.com>
Diffstat (limited to 'BaseTools/Source/Python/Common/VariableAttributes.py')
0 files changed, 0 insertions, 0 deletions