On Thu, Feb 15, 2018 at 5:28 AM, Philippe Mathieu-Daudé <f4...@amsat.org> wrote: > It ease code review, unit is explicit. > > Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org>
Reviewed-by: Marc-André Lureau <marcandre.lur...@redhat.com> > --- > include/hw/acpi/tpm.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/hw/acpi/tpm.h b/include/hw/acpi/tpm.h > index 96fd3a92f7..751567a73a 100644 > --- a/include/hw/acpi/tpm.h > +++ b/include/hw/acpi/tpm.h > @@ -71,7 +71,7 @@ REG32(CRB_DATA_BUFFER, 0x80) > #define TPM_CRB_ADDR_CTRL (TPM_CRB_ADDR_BASE + A_CRB_CTRL_REQ) > #define TPM_CRB_R_MAX R_CRB_DATA_BUFFER > > -#define TPM_LOG_AREA_MINIMUM_SIZE (64 * 1024) > +#define TPM_LOG_AREA_MINIMUM_SIZE (64 * K_BYTE) > > #define TPM_TCPA_ACPI_CLASS_CLIENT 0 > #define TPM_TCPA_ACPI_CLASS_SERVER 1 > -- > 2.16.1 > > -- Marc-André Lureau