diff options
Diffstat (limited to 'drivers/pci/pci.c')
-rw-r--r-- | drivers/pci/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index 8b44cff2c176..a7b869e24650 100644 --- a/drivers/pci/pci.c +++ b/drivers/pci/pci.c | |||
@@ -1300,7 +1300,7 @@ pci_set_consistent_dma_mask(struct pci_dev *dev, u64 mask) | |||
1300 | 1300 | ||
1301 | /** | 1301 | /** |
1302 | * pci_select_bars - Make BAR mask from the type of resource | 1302 | * pci_select_bars - Make BAR mask from the type of resource |
1303 | * @pdev: the PCI device for which BAR mask is made | 1303 | * @dev: the PCI device for which BAR mask is made |
1304 | * @flags: resource type mask to be selected | 1304 | * @flags: resource type mask to be selected |
1305 | * | 1305 | * |
1306 | * This helper routine makes bar mask from the type of resource. | 1306 | * This helper routine makes bar mask from the type of resource. |