Skip to content

Commit 58ad89e

Browse files
committed
parisc: sba-iommu: Fix comment when calculating IOC number
Signed-off-by: Helge Deller <[email protected]>
1 parent 05d3ef8 commit 58ad89e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/parisc/sba_iommu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2007,7 +2007,7 @@ void * sba_get_iommu(struct parisc_device *pci_hba)
20072007
struct parisc_device *sba_dev = parisc_parent(pci_hba);
20082008
struct sba_device *sba = dev_get_drvdata(&sba_dev->dev);
20092009
char t = sba_dev->id.hw_type;
2010-
int iocnum = (pci_hba->hw_path >> 3); /* rope # */
2010+
int iocnum = (pci_hba->hw_path >> 3); /* IOC # */
20112011

20122012
WARN_ON((t != HPHW_IOA) && (t != HPHW_BCPORT));
20132013

0 commit comments

Comments
 (0)