mirror of
https://github.com/qemu/qemu.git
synced 2024-11-28 06:13:46 +08:00
hw/tpm: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
parent
f1c0cff8a2
commit
6eedbb5b0c
@ -19,7 +19,7 @@
|
|||||||
* specification.
|
* specification.
|
||||||
*
|
*
|
||||||
* TPM TIS for TPM 2 implementation following TCG PC Client Platform
|
* TPM TIS for TPM 2 implementation following TCG PC Client Platform
|
||||||
* TPM Profile (PTP) Specification, Familiy 2.0, Revision 00.43
|
* TPM Profile (PTP) Specification, Family 2.0, Revision 00.43
|
||||||
*/
|
*/
|
||||||
#ifndef TPM_TPM_TIS_H
|
#ifndef TPM_TPM_TIS_H
|
||||||
#define TPM_TPM_TIS_H
|
#define TPM_TPM_TIS_H
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
* specification.
|
* specification.
|
||||||
*
|
*
|
||||||
* TPM TIS for TPM 2 implementation following TCG PC Client Platform
|
* TPM TIS for TPM 2 implementation following TCG PC Client Platform
|
||||||
* TPM Profile (PTP) Specification, Familiy 2.0, Revision 00.43
|
* TPM Profile (PTP) Specification, Family 2.0, Revision 00.43
|
||||||
*/
|
*/
|
||||||
#include "qemu/osdep.h"
|
#include "qemu/osdep.h"
|
||||||
#include "hw/irq.h"
|
#include "hw/irq.h"
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
* Family 2.0, Level 00, Revision 1.00
|
* Family 2.0, Level 00, Revision 1.00
|
||||||
*
|
*
|
||||||
* TPM TIS for TPM 2 implementation following TCG PC Client Platform
|
* TPM TIS for TPM 2 implementation following TCG PC Client Platform
|
||||||
* TPM Profile (PTP) Specification, Familiy 2.0, Revision 00.43
|
* TPM Profile (PTP) Specification, Family 2.0, Revision 00.43
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -507,7 +507,7 @@ static void tpm_tis_i2c_realizefn(DeviceState *dev, Error **errp)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Get the backend pointer. It is not initialized propery during
|
* Get the backend pointer. It is not initialized properly during
|
||||||
* device_class_set_props
|
* device_class_set_props
|
||||||
*/
|
*/
|
||||||
s->be_driver = qemu_find_tpm_be("tpm0");
|
s->be_driver = qemu_find_tpm_be("tpm0");
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
* specification.
|
* specification.
|
||||||
*
|
*
|
||||||
* TPM TIS for TPM 2 implementation following TCG PC Client Platform
|
* TPM TIS for TPM 2 implementation following TCG PC Client Platform
|
||||||
* TPM Profile (PTP) Specification, Familiy 2.0, Revision 00.43
|
* TPM Profile (PTP) Specification, Family 2.0, Revision 00.43
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "qemu/osdep.h"
|
#include "qemu/osdep.h"
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
* specification.
|
* specification.
|
||||||
*
|
*
|
||||||
* TPM TIS for TPM 2 implementation following TCG PC Client Platform
|
* TPM TIS for TPM 2 implementation following TCG PC Client Platform
|
||||||
* TPM Profile (PTP) Specification, Familiy 2.0, Revision 00.43
|
* TPM Profile (PTP) Specification, Family 2.0, Revision 00.43
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "qemu/osdep.h"
|
#include "qemu/osdep.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user