tpm2: Remove space after 'IBM' in MANUFACTURER

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
Stefan Berger 2020-05-13 16:40:59 -04:00 committed by Stefan Berger
parent a01de0b2e5
commit de7160b127

View File

@ -65,7 +65,7 @@
/* Define up to 4-byte values for MANUFACTURER. This value defines the response for
TPM_PT_MANUFACTURER in TPM2_GetCapability(). The following line should be un-commented and a
vendor specific string should be provided here. */
#define MANUFACTURER "IBM "
#define MANUFACTURER "IBM"
/* The following #if macro may be deleted after a proper MANUFACTURER is provided. */
#ifndef MANUFACTURER