Re: [PATCH] pci: hotplug: ibmphp: Add white space to Debug Message

2019-06-02 Thread Joe Perches
On Sun, 2019-06-02 at 18:00 +0200, Emanuel Bennici wrote: > Add a Whitespace between '-' and 'Exit' to keep the log messages consistent [] > diff --git a/drivers/pci/hotplug/ibmphp_core.c > b/drivers/pci/hotplug/ibmphp_core.c [] > @@ -890,7 +890,7 @@ static int set_bus(struct slot *slot_cur) >

[PATCH] pci: hotplug: ibmphp: Add white space to Debug Message

2019-06-02 Thread Emanuel Bennici
Add a Whitespace between '-' and 'Exit' to keep the log messages consistent Signed-off-by: Emanuel Bennici --- drivers/pci/hotplug/ibmphp_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pci/hotplug/ibmphp_core.c b/drivers/pci/hotplug/ibmphp_core.c index 59840a