From: Gavin Shan Date: Fri, 8 Mar 2013 01:47:58 +0000 (+0000) Subject: powerpc/kernel: Cleanup on rtas_pci.c X-Git-Tag: upstream/snapshot3+hdmi~5219^2~72^2~32 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=db38f290cadc16304b84f6d18cbaa06251dde875;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git powerpc/kernel: Cleanup on rtas_pci.c It's minor cleanup so that the function names comply with the coding style. Signed-off-by: Gavin Shan Signed-off-by: Michael Ellerman --- diff --git a/arch/powerpc/kernel/rtas_pci.c b/arch/powerpc/kernel/rtas_pci.c index 71cb20d..6e7b7cd 100644 --- a/arch/powerpc/kernel/rtas_pci.c +++ b/arch/powerpc/kernel/rtas_pci.c @@ -201,7 +201,7 @@ static void python_countermeasures(struct device_node *dev) iounmap(chip_regs); } -void __init init_pci_config_tokens (void) +void __init init_pci_config_tokens(void) { read_pci_config = rtas_token("read-pci-config"); write_pci_config = rtas_token("write-pci-config"); @@ -209,7 +209,7 @@ void __init init_pci_config_tokens (void) ibm_write_pci_config = rtas_token("ibm,write-pci-config"); } -unsigned long get_phb_buid (struct device_node *phb) +unsigned long get_phb_buid(struct device_node *phb) { struct resource r;