PCI: Rename extend_bridge_window() parameter
authorNicholas Johnson <nicholas.johnson-opensource@outlook.com.au>
Mon, 6 Jan 2020 15:47:05 +0000 (15:47 +0000)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 29 Jan 2020 22:57:28 +0000 (16:57 -0600)
commit3d264da9b741fc6503ea54e3bb65c08a77dabca4
tree962ddc43876f75250fef0db1d6613cf675040bc2
parentf924c26e4ee651493f602da2a3d7ff628824e636
PCI: Rename extend_bridge_window() parameter

In extend_bridge_window(), change "available" parameter name to "new_size".
This makes more sense as this parameter represents the new size for the
window.  No functional change intended.

Link: https://lore.kernel.org/r/PSXP216MB043853617ECA4118C472A417803C0@PSXP216MB0438.KORP216.PROD.OUTLOOK.COM
Signed-off-by: Nicholas Johnson <nicholas.johnson-opensource@outlook.com.au>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com>
drivers/pci/setup-bus.c