]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
tpm: fix some doc warnings in tpm1-cmd.c
authorYang Yingliang <yangyingliang@huawei.com>
Tue, 1 Jun 2021 12:22:30 +0000 (20:22 +0800)
committerJarkko Sakkinen <jarkko@kernel.org>
Wed, 23 Jun 2021 13:51:03 +0000 (16:51 +0300)
commit6e0fe58b08e747c73b848de92ccec944f31dddce
tree906f491f80515df1f76ff4523e3e804b2dfb829a
parentc46ed2281bbe4b84e6f3d4bdfb0e4e9ab813fa9d
tpm: fix some doc warnings in tpm1-cmd.c

Fix the following make W=1 warnings:

  drivers/char/tpm/tpm1-cmd.c:325: warning: expecting prototype for tpm_startup(). Prototype was for tpm1_startup() instead
  drivers/char/tpm/tpm1-cmd.c:621: warning: expecting prototype for tpm_continue_selftest(). Prototype was for tpm1_continue_selftest() instead

Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org>
Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>
drivers/char/tpm/tpm1-cmd.c