From: Winkler, Tomas Date: Mon, 5 Mar 2018 12:48:25 +0000 (+0200) Subject: tpm: tpm-interface: fix tpm_transmit/_cmd kdoc X-Git-Tag: v4.19~1258^2^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=65520d46a4adbf7f23bbb6d9b1773513f7bc7821;p=platform%2Fkernel%2Flinux-rpi.git tpm: tpm-interface: fix tpm_transmit/_cmd kdoc Fix tmp_ -> tpm_ typo and add reference to 'space' parameter in kdoc for tpm_transmit and tpm_transmit_cmd functions. Signed-off-by: Tomas Winkler Reviewed-by: Jarkko Sakkinen Signed-off-by: Jarkko Sakkinen --- diff --git a/drivers/char/tpm/tpm-interface.c b/drivers/char/tpm/tpm-interface.c index d27a7fb..ade1248 100644 --- a/drivers/char/tpm/tpm-interface.c +++ b/drivers/char/tpm/tpm-interface.c @@ -400,9 +400,10 @@ static void tpm_relinquish_locality(struct tpm_chip *chip) } /** - * tmp_transmit - Internal kernel interface to transmit TPM commands. + * tpm_transmit - Internal kernel interface to transmit TPM commands. * * @chip: TPM chip to use + * @space: tpm space * @buf: TPM command buffer * @bufsiz: length of the TPM command buffer * @flags: tpm transmit flags - bitmap @@ -544,10 +545,11 @@ out_no_locality: } /** - * tmp_transmit_cmd - send a tpm command to the device + * tpm_transmit_cmd - send a tpm command to the device * The function extracts tpm out header return code * * @chip: TPM chip to use + * @space: tpm space * @buf: TPM command buffer * @bufsiz: length of the buffer * @min_rsp_body_length: minimum expected length of response body