diff mbox

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

Message ID 1474002323-31380-2-git-send-email-gwshan@linux.vnet.ibm.com
State Superseded
Headers show

Commit Message

Gavin Shan Sept. 16, 2016, 5:05 a.m. UTC
Remove unnecessary space before @pd.

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

Comments

Andrew Donnellan Sept. 20, 2016, 3:39 a.m. UTC | #1
On 16/09/16 15:05, Gavin Shan wrote:
> Remove unnecessary space before @pd.
>
> Signed-off-by: Gavin Shan <gwshan@linux.vnet.ibm.com>

Reviewed-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
Gavin Shan Oct. 13, 2016, 1:15 a.m. UTC | #2
On Tue, Sep 20, 2016 at 01:39:28PM +1000, Andrew Donnellan wrote:
>On 16/09/16 15:05, Gavin Shan wrote:
>>Remove unnecessary space before @pd.
>>
>>Signed-off-by: Gavin Shan <gwshan@linux.vnet.ibm.com>
>
>Reviewed-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
>

Andrew, thanks a lot for your time to review this series. As some
of the patches have been merged and your comments (including the
reviewed-by) are missed. For the comments you gave, I will post
separate patch to cover them if necessary. Thanks again for your
time.

Thanks,
Gavin

>-- 
>Andrew Donnellan              OzLabs, ADL Canberra
>andrew.donnellan@au1.ibm.com  IBM Australia Limited
diff mbox

Patch

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;