Commit 5122b5f0 authored by Tomas Winkler's avatar Tomas Winkler Committed by Jarkko Sakkinen
Browse files

tpm: fix kdoc for tpm2_flush_context_cmd()



kdoc for tpm2_flush_context_cmd() was off.

Fixes: 9aa36b39 ("tpm: export tpm2_flush_context_cmd")'
Signed-off-by: default avatarTomas Winkler <tomas.winkler@intel.com>
Reviewed-by: default avatarJarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Signed-off-by: default avatarJarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
parent 01f54664
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -343,10 +343,9 @@ out:
/**
 * tpm2_flush_context_cmd() - execute a TPM2_FlushContext command
 * @chip:	TPM chip to use
 * @payload: the key data in clear and encrypted form
 * @options: authentication values and other options
 * @handle:	context handle
 * @flags:	tpm transmit flags - bitmap
 *
 * Return: same as with tpm_transmit_cmd
 */
void tpm2_flush_context_cmd(struct tpm_chip *chip, u32 handle,
			    unsigned int flags)