Re: [PATCH 6/8] PCI: dwc: Replace lower into upper case characters

From: Gustavo Pimentel
Date: Wed Mar 28 2018 - 09:01:04 EST


Hi Fabio,

On 28/03/2018 13:05, Fabio Estevam wrote:
> Hi Gustavo,
>
> On Wed, Mar 28, 2018 at 8:38 AM, Gustavo Pimentel
> <gustavo.pimentel@xxxxxxxxxxxx> wrote:
>
>> diff --git a/drivers/pci/dwc/pcie-designware-host.c b/drivers/pci/dwc/pcie-designware-host.c
>> index 550fdbb..03e9b82 100644
>> --- a/drivers/pci/dwc/pcie-designware-host.c
>> +++ b/drivers/pci/dwc/pcie-designware-host.c
>> @@ -248,8 +248,10 @@ static void dw_pcie_irq_domain_free(struct irq_domain *domain,
>> unsigned long flags;
>>
>> raw_spin_lock_irqsave(&pp->lock, flags);
>> +
>> bitmap_release_region(pp->msi_irq_in_use, data->hwirq,
>> order_base_2(nr_irqs));
>> +
>> raw_spin_unlock_irqrestore(&pp->lock, flags);
>> }
>
> This looks like an unrelated change.

Yes, it's not a replace character from lower to upper case. It's just a code
formatting style to be coherent with the rest of the driver code. I guess I can
added on the patch description a note about it.
It works for you?
Thanks.

>
Regards,
Gustavo