[PATCH v7 04/50] powerpc/powernv: Cleanup on pnv_pci_ioda_controller_ops
Daniel Axtens
dja at axtens.net
Fri Nov 6 09:28:20 AEDT 2015
Gavin Shan <gwshan at linux.vnet.ibm.com> writes:
> This cleans up on pnv_pci_ioda_controller_ops struct to use tab
> instead of space indent of statement to avoid complains from
> scripts/checkpatch.pl. No logical changes introduced.
Oh, that was my code :/ Sorry I missed that, thanks for cleaning it up!
Reviewed-by: Daniel Axtens <dja at axtens.net>
>
> Signed-off-by: Gavin Shan <gwshan at linux.vnet.ibm.com>
> ---
> arch/powerpc/platforms/powernv/pci-ioda.c | 18 +++++++++---------
> 1 file changed, 9 insertions(+), 9 deletions(-)
>
> diff --git a/arch/powerpc/platforms/powernv/pci-ioda.c b/arch/powerpc/platforms/powernv/pci-ioda.c
> index 2e2bedb..aa3645c 100644
> --- a/arch/powerpc/platforms/powernv/pci-ioda.c
> +++ b/arch/powerpc/platforms/powernv/pci-ioda.c
> @@ -3064,17 +3064,17 @@ static void pnv_pci_ioda_shutdown(struct pci_controller *hose)
> }
>
> static const struct pci_controller_ops pnv_pci_ioda_controller_ops = {
> - .dma_dev_setup = pnv_pci_dma_dev_setup,
> + .dma_dev_setup = pnv_pci_dma_dev_setup,
> #ifdef CONFIG_PCI_MSI
> - .setup_msi_irqs = pnv_setup_msi_irqs,
> - .teardown_msi_irqs = pnv_teardown_msi_irqs,
> + .setup_msi_irqs = pnv_setup_msi_irqs,
> + .teardown_msi_irqs = pnv_teardown_msi_irqs,
> #endif
> - .enable_device_hook = pnv_pci_enable_device_hook,
> - .window_alignment = pnv_pci_window_alignment,
> - .reset_secondary_bus = pnv_pci_reset_secondary_bus,
> - .dma_set_mask = pnv_pci_ioda_dma_set_mask,
> - .dma_get_required_mask = pnv_pci_ioda_dma_get_required_mask,
> - .shutdown = pnv_pci_ioda_shutdown,
> + .enable_device_hook = pnv_pci_enable_device_hook,
> + .window_alignment = pnv_pci_window_alignment,
> + .reset_secondary_bus = pnv_pci_reset_secondary_bus,
> + .dma_set_mask = pnv_pci_ioda_dma_set_mask,
> + .dma_get_required_mask = pnv_pci_ioda_dma_get_required_mask,
> + .shutdown = pnv_pci_ioda_shutdown,
> };
>
> static void __init pnv_pci_init_ioda_phb(struct device_node *np,
> --
> 2.1.0
>
> _______________________________________________
> Linuxppc-dev mailing list
> Linuxppc-dev at lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/linuxppc-dev
More information about the Linuxppc-dev
mailing list