From: Baruch Siach Date: Sun, 6 Nov 2016 09:02:45 +0000 (+0200) Subject: char: tpm: fix kerneldoc tpm2_unseal_trusted name typo X-Git-Tag: v4.10-rc1~116^2~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cbef69a9e190aeaae65e8ba52ebff1f4884ca0dc;p=thirdparty%2Fkernel%2Flinux.git char: tpm: fix kerneldoc tpm2_unseal_trusted name typo Signed-off-by: Baruch Siach Reviewed-by: Jarkko Sakkinen Signed-off-by: Jarkko Sakkinen --- diff --git a/drivers/char/tpm/tpm2-cmd.c b/drivers/char/tpm/tpm2-cmd.c index 7df55d58c9390..da5b782a97316 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