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 /libstb | |
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>
Diffstat (limited to 'libstb')
-rw-r--r-- | libstb/stb.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |