mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 08:03:01 +09:00
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
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user