Skip to content

Commit 23f108d

Browse files
committed
Merge tag 'tpmdd-v6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd
Pull tpm fix from Jarkko Sakkinen. * tag 'tpmdd-v6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd: tpm: Fix typo in tpmrm class definition
2 parents 847165d + ea72883 commit 23f108d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/char/tpm/tpm-chip.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const struct class tpm_class = {
3333
.shutdown_pre = tpm_class_shutdown,
3434
};
3535
const struct class tpmrm_class = {
36-
.name = "tmprm",
36+
.name = "tpmrm",
3737
};
3838
dev_t tpm_devt;
3939

0 commit comments

Comments
 (0)