Commit ea72883a authored by Justin M. Forbes's avatar Justin M. Forbes Committed by Jarkko Sakkinen

tpm: Fix typo in tpmrm class definition

Commit d2e8071b ("tpm: make all 'class' structures const")
unfortunately had a typo for the name on tpmrm.

Fixes: d2e8071b ("tpm: make all 'class' structures const")
Signed-off-by: default avatarJustin M. Forbes <jforbes@fedoraproject.org>
Signed-off-by: default avatarJarkko Sakkinen <jarkko@kernel.org>
parent 3669558b
......@@ -33,7 +33,7 @@ const struct class tpm_class = {
.shutdown_pre = tpm_class_shutdown,
};
const struct class tpmrm_class = {
.name = "tmprm",
.name = "tpmrm",
};
dev_t tpm_devt;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment