We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05d3ef8 commit 58ad89eCopy full SHA for 58ad89e
drivers/parisc/sba_iommu.c
@@ -2007,7 +2007,7 @@ void * sba_get_iommu(struct parisc_device *pci_hba)
2007
struct parisc_device *sba_dev = parisc_parent(pci_hba);
2008
struct sba_device *sba = dev_get_drvdata(&sba_dev->dev);
2009
char t = sba_dev->id.hw_type;
2010
- int iocnum = (pci_hba->hw_path >> 3); /* rope # */
+ int iocnum = (pci_hba->hw_path >> 3); /* IOC # */
2011
2012
WARN_ON((t != HPHW_IOA) && (t != HPHW_BCPORT));
2013
0 commit comments