mirror of
https://github.com/fail0verflow/switch-linux.git
synced 2025-05-04 02:34:21 -04:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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
|
* @chip_num: TPM chip to use
|
||||||
* @payload: the key data in clear and encrypted form
|
* @payload: the key data in clear and encrypted form
|
||||||
* @options: authentication values and other options
|
* @options: authentication values and other options
|
||||||
|
|
Loading…
Add table
Reference in a new issue