Re: [PATCH v2 7/9] PCI: dwc: Replace lower into upper case characters

2018-04-10 Thread Jingoo Han
On Monday, April 9, 2018 5:41 AM, Gustavo Pimentel wrote: > > Replaces lower into upper case characters in comments and debug printks. > > This is an attempt to keep the messages coherent within the designware > driver. > > Also fixed code style on dw_pcie_irq_domain_free function. > > Signed-o

Re: [PATCH v2 7/9] PCI: dwc: Replace lower into upper case characters

2018-04-09 Thread Joe Perches
On Mon, 2018-04-09 at 14:10 +0100, Gustavo Pimentel wrote: > Hi Joe, Hello Gustavo. > On 09/04/2018 11:25, Joe Perches wrote: > > On Mon, 2018-04-09 at 10:41 +0100, Gustavo Pimentel wrote: > > > Replaces lower into upper case characters in comments and debug printks. > > > > > > This is an attem

Re: [PATCH v2 7/9] PCI: dwc: Replace lower into upper case characters

2018-04-09 Thread Gustavo Pimentel
Hi Joe, On 09/04/2018 11:25, Joe Perches wrote: > On Mon, 2018-04-09 at 10:41 +0100, Gustavo Pimentel wrote: >> Replaces lower into upper case characters in comments and debug printks. >> >> This is an attempt to keep the messages coherent within the designware >> driver. > > It'd be nice to make

Re: [PATCH v2 7/9] PCI: dwc: Replace lower into upper case characters

2018-04-09 Thread Joe Perches
On Mon, 2018-04-09 at 10:41 +0100, Gustavo Pimentel wrote: > Replaces lower into upper case characters in comments and debug printks. > > This is an attempt to keep the messages coherent within the designware > driver. It'd be nice to make all the dwc drivers use the same message wording. For in

[PATCH v2 7/9] PCI: dwc: Replace lower into upper case characters

2018-04-09 Thread Gustavo Pimentel
Replaces lower into upper case characters in comments and debug printks. This is an attempt to keep the messages coherent within the designware driver. Also fixed code style on dw_pcie_irq_domain_free function. Signed-off-by: Gustavo Pimentel --- Change v1->v2: - Added an extra log description