[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20191016151246.GA4261@linux.intel.com>
Date: Wed, 16 Oct 2019 18:12:46 +0300
From: Jarkko Sakkinen <jarkko.sakkinen@...ux.intel.com>
To: Pavel Tatashin <pasha.tatashin@...een.com>
Cc: jmorris@...ei.org, sashal@...nel.org, peterhuewe@....de,
jgg@...pe.ca, linux-kernel@...r.kernel.org,
linux-doc@...r.kernel.org, linux-integrity@...r.kernel.org,
linux-kernel@...rosoft.com, thiruan@...rosoft.com,
bryankel@...rosoft.com, tee-dev@...ts.linaro.org,
ilias.apalodimas@...aro.org, sumit.garg@...aro.org,
rdunlap@...radead.org
Subject: Re: [PATCH v2] tpm/tpm_ftpm_tee: add shutdown call back
On Mon, Oct 14, 2019 at 04:21:35PM -0400, Pavel Tatashin wrote:
> add shutdown call back to close existing session with fTPM TA
> to support kexec scenario.
Sentences start in English with a capital letter :-)
>
> Signed-off-by: Thirupathaiah Annapureddy <thiruan@...rosoft.com>
> Signed-off-by: Pavel Tatashin <pasha.tatashin@...een.com>
> ---
> drivers/char/tpm/tpm_ftpm_tee.c | 14 ++++++++++++++
> 1 file changed, 14 insertions(+)
>
> diff --git a/drivers/char/tpm/tpm_ftpm_tee.c b/drivers/char/tpm/tpm_ftpm_tee.c
> index 6640a14dbe48..ad16ea555e97 100644
> --- a/drivers/char/tpm/tpm_ftpm_tee.c
> +++ b/drivers/char/tpm/tpm_ftpm_tee.c
> @@ -328,6 +328,19 @@ static int ftpm_tee_remove(struct platform_device *pdev)
> return 0;
> }
>
> +/**
> + * ftpm_tee_shutdown - shutdown the TPM device
A function name has to have parentheses in kdoc. I know this not
consistently done in the subsystem ATM but this is what is documented
here:
https://www.kernel.org/doc/Documentation/kernel-doc-nano-HOWTO.txt
/Jarkko
Powered by blists - more mailing lists