diff options
author | Baruch Siach <baruch@tkos.co.il> | 2016-11-06 11:02:45 +0200 |
---|---|---|
committer | Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> | 2016-11-28 01:31:31 +0200 |
commit | cbef69a9e190aeaae65e8ba52ebff1f4884ca0dc (patch) | |
tree | f0f1b2795351b92dc1185df2d1fef88a93f1328d /drivers/char | |
parent | 420d439849cabaa0587c424b09b9507108a4e058 (diff) | |
download | linux-cbef69a9e190aeaae65e8ba52ebff1f4884ca0dc.tar.gz linux-cbef69a9e190aeaae65e8ba52ebff1f4884ca0dc.tar.bz2 linux-cbef69a9e190aeaae65e8ba52ebff1f4884ca0dc.zip |
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>
Diffstat (limited to 'drivers/char')
-rw-r--r-- | drivers/char/tpm/tpm2-cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/tpm/tpm2-cmd.c b/drivers/char/tpm/tpm2-cmd.c index 7df55d58c939..da5b782a9731 100644 --- a/drivers/char/tpm/tpm2-cmd.c +++ b/drivers/char/tpm/tpm2-cmd.c @@ -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 |