diff options
author | Baruch Siach <baruch@tkos.co.il> | 2016-11-06 04:02:45 -0500 |
---|---|---|
committer | Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> | 2016-11-27 18:31:31 -0500 |
commit | cbef69a9e190aeaae65e8ba52ebff1f4884ca0dc (patch) | |
tree | f0f1b2795351b92dc1185df2d1fef88a93f1328d | |
parent | 420d439849cabaa0587c424b09b9507108a4e058 (diff) |
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>
-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, | |||
680 | } | 680 | } |
681 | 681 | ||
682 | /** | 682 | /** |
683 | * tpm_unseal_trusted() - unseal the payload of a trusted key | 683 | * tpm2_unseal_trusted() - unseal the payload of a trusted key |
684 | * @chip_num: TPM chip to use | 684 | * @chip_num: TPM chip to use |
685 | * @payload: the key data in clear and encrypted form | 685 | * @payload: the key data in clear and encrypted form |
686 | * @options: authentication values and other options | 686 | * @options: authentication values and other options |