mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-05-02 18:17:50 -04:00
PCI: Fix typos
Fix typos. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Thomas Gleixner <tglx@linutronix.de> Link: https://patch.msgid.link/20250722213743.2822761-1-helgaas@kernel.org
This commit is contained in:
@@ -506,7 +506,7 @@ struct pci_ptm_debugfs *pcie_ptm_create_debugfs(struct device *dev, void *pdata,
|
||||
if (!ops->check_capability)
|
||||
return NULL;
|
||||
|
||||
/* Check for PTM capability before creating debugfs attrbutes */
|
||||
/* Check for PTM capability before creating debugfs attributes */
|
||||
ret = ops->check_capability(pdata);
|
||||
if (!ret) {
|
||||
dev_dbg(dev, "PTM capability not present\n");
|
||||
|
||||
Reference in New Issue
Block a user