mirror of
https://github.com/torvalds/linux.git
synced 2024-11-18 18:11:56 +00:00
tpm: tpm_ibmvtpm: fix kdoc warnings
Remove redundant lines in the kdoc: Fixes kdoc warnings: drivers/char/tpm/tpm_ibmvtpm.c:42: warning: Cannot understand * on line 42 - I thought it was a doc line drivers/char/tpm/tpm_ibmvtpm.c:57: warning: Cannot understand * on line 57 - I thought it was a doc line Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Reviewed-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
This commit is contained in:
parent
5122b5f0a8
commit
09c573ab85
@ -39,8 +39,7 @@ static const struct vio_device_id tpm_ibmvtpm_device_table[] = {
|
||||
MODULE_DEVICE_TABLE(vio, tpm_ibmvtpm_device_table);
|
||||
|
||||
/**
|
||||
*
|
||||
* ibmvtpm_send_crq_word - Send a CRQ request
|
||||
* ibmvtpm_send_crq_word() - Send a CRQ request
|
||||
* @vdev: vio device struct
|
||||
* @w1: pre-constructed first word of tpm crq (second word is reserved)
|
||||
*
|
||||
@ -54,8 +53,7 @@ static int ibmvtpm_send_crq_word(struct vio_dev *vdev, u64 w1)
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* ibmvtpm_send_crq - Send a CRQ request
|
||||
* ibmvtpm_send_crq() - Send a CRQ request
|
||||
*
|
||||
* @vdev: vio device struct
|
||||
* @valid: Valid field
|
||||
|
Loading…
Reference in New Issue
Block a user