瀏覽代碼

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 <shangw@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Gavin Shan 12 年之前
父節點
當前提交
db38f290ca
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      arch/powerpc/kernel/rtas_pci.c

+ 2 - 2
arch/powerpc/kernel/rtas_pci.c

@@ -201,7 +201,7 @@ static void python_countermeasures(struct device_node *dev)
 	iounmap(chip_regs);
 	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");
 	read_pci_config = rtas_token("read-pci-config");
 	write_pci_config = rtas_token("write-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");
 	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;
 	struct resource r;