Skip to content

Commit 75d7b40

Browse files
ij-intelbjorn-helgaas
authored andcommitted
PCI: Remove unnecessary linesplit in __pci_setup_bridge()
No need to split the line in __pci_setup_bridge() as it is way shorter than the limit. Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Krzysztof Wilczyński <kwilczynski@kernel.org> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Link: https://lore.kernel.org/r/20250404124547.51185-1-ilpo.jarvinen@linux.intel.com
1 parent af6e3de commit 75d7b40

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

drivers/pci/setup-bus.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -772,8 +772,7 @@ static void __pci_setup_bridge(struct pci_bus *bus, unsigned long type)
772772
{
773773
struct pci_dev *bridge = bus->self;
774774

775-
pci_info(bridge, "PCI bridge to %pR\n",
776-
&bus->busn_res);
775+
pci_info(bridge, "PCI bridge to %pR\n", &bus->busn_res);
777776

778777
if (type & IORESOURCE_IO)
779778
pci_setup_bridge_io(bridge);

0 commit comments

Comments
 (0)