[Skiboot] [PATCH 01/16] platforms/astbmc: Fix coding style for slot_table_get_slot_info()

Gavin Shan gwshan at linux.vnet.ibm.com
Fri Sep 16 15:05:08 AEST 2016


Remove unnecessary space before @pd.

Signed-off-by: Gavin Shan <gwshan at linux.vnet.ibm.com>
---
 platforms/astbmc/slots.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/platforms/astbmc/slots.c b/platforms/astbmc/slots.c
index 678a3cc..6ffec7d 100644
--- a/platforms/astbmc/slots.c
+++ b/platforms/astbmc/slots.c
@@ -114,7 +114,7 @@ static void add_slot_properties(struct pci_slot *slot,
 	dt_add_property_string(np, "ibm,slot-label", ent->name);
 }
 
-void slot_table_get_slot_info(struct phb *phb, struct pci_device * pd)
+void slot_table_get_slot_info(struct phb *phb, struct pci_device *pd)
 {
 	const struct slot_table_entry *ent;
 	struct pci_slot *slot;
-- 
2.1.0



More information about the Skiboot mailing list