mirror of https://gitee.com/openkylin/linux.git
char: tpm: fix kerneldoc tpm2_unseal_trusted name typo
Signed-off-by: Baruch Siach <baruch@tkos.co.il> Reviewed-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
This commit is contained in:
parent
420d439849
commit
cbef69a9e1
|
@ -680,7 +680,7 @@ static int tpm2_unseal_cmd(struct tpm_chip *chip,
|
|||
}
|
||||
|
||||
/**
|
||||
* tpm_unseal_trusted() - unseal the payload of a trusted key
|
||||
* tpm2_unseal_trusted() - unseal the payload of a trusted key
|
||||
* @chip_num: TPM chip to use
|
||||
* @payload: the key data in clear and encrypted form
|
||||
* @options: authentication values and other options
|
||||
|
|
Loading…
Reference in New Issue