[Skiboot] [patch] Fix typos
Nageswara R Sastry
rnsastry at linux.vnet.ibm.com
Wed Oct 19 17:21:29 AEDT 2016
doc/device-tree/tpm.rst
changed firwmare to firmware
libstb/stb.h
added missing functional parameter
Signed-off-by: Nageswara R Sastry <rnsastry at linux.vnet.ibm.com>
---
doc/device-tree/tpm.rst | 2 +-
libstb/stb.h | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
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
--
2.8.4 (Apple Git-73)
More information about the Skiboot
mailing list