Skip to content

Commit 6187221

Browse files
stuyod01jarkkojs
authored andcommitted
tpm_crb: add missing loc parameter to kerneldoc
Update the kerneldoc parameter definitions for __crb_go_idle and __crb_cmd_ready to include the loc parameter. Signed-off-by: Stuart Yoder <stuart.yoder@arm.com> Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org> Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>
1 parent 76b1a8a commit 6187221

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/char/tpm/tpm_crb.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ static int crb_try_pluton_doorbell(struct crb_priv *priv, bool wait_for_complete
179179
*
180180
* @dev: crb device
181181
* @priv: crb private data
182+
* @loc: locality
182183
*
183184
* Write CRB_CTRL_REQ_GO_IDLE to TPM_CRB_CTRL_REQ
184185
* The device should respond within TIMEOUT_C by clearing the bit.
@@ -233,6 +234,7 @@ static int crb_go_idle(struct tpm_chip *chip)
233234
*
234235
* @dev: crb device
235236
* @priv: crb private data
237+
* @loc: locality
236238
*
237239
* Write CRB_CTRL_REQ_CMD_READY to TPM_CRB_CTRL_REQ
238240
* and poll till the device acknowledge it by clearing the bit.

0 commit comments

Comments
 (0)