]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
tpm/tpm_ftpm_tee: Fix kdoc after function renames
authorUwe Kleine-König <u.kleine-koenig@baylibre.com>
Tue, 13 Jan 2026 14:38:15 +0000 (15:38 +0100)
committerJens Wiklander <jens.wiklander@linaro.org>
Thu, 15 Jan 2026 09:28:33 +0000 (10:28 +0100)
commite82d0477fd80707221c3d110f56d05506de2698c
tree1fa8c6933eac71adbf76b60c73822e1d2bbecfc3
parent92fad96aea24fc19abe1eae2249402b61de3a3e2
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: 92fad96aea24 ("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>
drivers/char/tpm/tpm_ftpm_tee.c