Skip to content

Commit e82d047

Browse files
ukleinekjenswi-linaro
authored andcommitted
tpm/tpm_ftpm_tee: Fix kdoc after function renames
Recently ftpm_tee_probe() and ftpm_tee_remove() grew a suffix in their function name but I failed to adapt the kernel doc when doing so. This change aligns the kernel doc to the actual function name (again). Fixes: 92fad96 ("tpm/tpm_ftpm_tee: Make use of tee bus methods") Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202601132105.9lgSsC4U-lkp@intel.com/ Signed-off-by: Uwe Kleine-König <u.kleine-koenig@baylibre.com> Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
1 parent 92fad96 commit e82d047

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/char/tpm/tpm_ftpm_tee.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ static int ftpm_tee_match(struct tee_ioctl_version_data *ver, const void *data)
163163
}
164164

165165
/**
166-
* ftpm_tee_probe() - initialize the fTPM
166+
* ftpm_tee_probe_generic() - initialize the fTPM
167167
* @dev: the device description.
168168
*
169169
* Return:
@@ -266,7 +266,7 @@ static int ftpm_plat_tee_probe(struct platform_device *pdev)
266266
}
267267

268268
/**
269-
* ftpm_tee_remove() - remove the TPM device
269+
* ftpm_tee_remove_generic() - remove the TPM device
270270
* @dev: the device description.
271271
*
272272
* Return:

0 commit comments

Comments
 (0)