diff options
author | Nageswara R Sastry <rnsastry@linux.vnet.ibm.com> | 2016-10-19 11:51:29 +0530 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-10-24 12:10:59 +1100 |
commit | da11e003fa1a77199a6fd67b2215d0a51e4f731d (patch) | |
tree | 359be7d58b5c99452a95be3f380d1d049979057d | |
parent | 60f7216c7d397dd93a8b736fffd385fa067fe1da (diff) | |
download | skiboot-da11e003fa1a77199a6fd67b2215d0a51e4f731d.zip skiboot-da11e003fa1a77199a6fd67b2215d0a51e4f731d.tar.gz skiboot-da11e003fa1a77199a6fd67b2215d0a51e4f731d.tar.bz2 |
Fix typos
doc/device-tree/tpm.rst
changed firwmare to firmware
libstb/stb.h
added missing functional parameter
Signed-off-by: Nageswara R Sastry <rnsastry@linux.vnet.ibm.com>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
-rw-r--r-- | doc/device-tree/tpm.rst | 2 | ||||
-rw-r--r-- | libstb/stb.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/device-tree/tpm.rst b/doc/device-tree/tpm.rst index e4106a4..eef62bb 100644 --- a/doc/device-tree/tpm.rst +++ b/doc/device-tree/tpm.rst @@ -17,7 +17,7 @@ linux kernel (tpm and vtpm codes) linux,sml-base: 64-bit base address of the reserved memory allocated for firmware event log. sml stands for shared memory log. - linux,sml-size: size of the memory allocated for firwmare event log. + linux,sml-size: size of the memory allocated for firmware event log. Optional properties diff --git a/libstb/stb.h b/libstb/stb.h index cd60148..2141cf1 100644 --- a/libstb/stb.h +++ b/libstb/stb.h @@ -41,6 +41,7 @@ extern int stb_final(void); * @id : resource id * @subid: subpartition id * @buf : data to be verified + * @len : buf length * * This verifies the integrity and authenticity of a resource downloaded from * PNOR if secure mode is on. The verification is done by the |