]> git.itanic.dy.fi Git - linux-stable/commit
tpm: cr50: fix kernel-doc warning and spelling
authorRandy Dunlap <rdunlap@infradead.org>
Fri, 22 Dec 2023 06:19:16 +0000 (22:19 -0800)
committerJarkko Sakkinen <jarkko@kernel.org>
Tue, 9 Jan 2024 09:12:27 +0000 (11:12 +0200)
commit2b6fad7a900d2a378b475e5c196c146fb71856be
tree14e0d804f2724f46deb1f4266b5fafc954b88f21
parenta4c7d794ac16224e5f86f359e65b89d5d8aad3bf
tpm: cr50: fix kernel-doc warning and spelling

Fix kernel-doc notation to prevent a warning:
tpm_tis_i2c_cr50.c:681: warning: Excess function parameter 'id' description in 'tpm_cr50_i2c_probe'

and fix a spelling error reported by codespell.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Peter Huewe <peterhuewe@gmx.de>
Cc: Jarkko Sakkinen <jarkko@kernel.org>
Cc: Jason Gunthorpe <jgg@ziepe.ca>
Cc: linux-integrity@vger.kernel.org
Reviewed-by: Jarkko Sakkinen <jarkko.sakkinen@kernel.org>
Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@kernel.org>
drivers/char/tpm/tpm_tis_i2c_cr50.c