commit | 0251b94407c5f4de57dd6de89cffefe67ef7fd56 | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Tue Sep 10 15:59:50 2019 +0100 |
committer | David Brazdil <dbrazdil@google.com> | Wed Sep 11 13:24:44 2019 +0100 |
tree | 7ea709abe8b0c40395f3745ab6247880dcb0c218 | |
parent | 0dbb41f28deadca906d09a2d6e7d11bc8381410f [diff] [blame] |
Rename manifest.num_vms to vm_count Rename variable to conform to Hafnium's style guide. Change-Id: I0b983c98eb28195bc23ba4947857d0d63a990ae3
diff --git a/inc/hf/manifest.h b/inc/hf/manifest.h index 46bd205..57657c7 100644 --- a/inc/hf/manifest.h +++ b/inc/hf/manifest.h
@@ -44,7 +44,7 @@ * Hafnium manifest parsed from FDT. */ struct manifest { - spci_vm_count_t num_vms; + spci_vm_count_t vm_count; struct manifest_vm vm[MAX_VMS]; };