Re: [PATCH v3 2/2] net: ti: icssg-prueth: Add ICSSG ethernet driver

From: Roger Quadros
Date: Mon Jan 02 2023 - 07:55:43 EST


Hi,

On 23/12/2022 13:32, Krzysztof Kozlowski wrote:
> On 23/12/2022 12:09, MD Danish Anwar wrote:
>> From: Roger Quadros <rogerq@xxxxxx>
>>
>> This is the Ethernet driver for TI AM654 Silicon rev. 2
>> with the ICSSG PRU Sub-system running dual-EMAC firmware.
>>
>
>
> (...)
>
>> +
>> +/* Memory Usage of : DMEM1
>> + *
>> + */
>
> ??? What's this?
>
>> +
>> +/* Memory Usage of : PA_STAT
>> + *
>> + */
>
> Same question.
>
>> +
>> +/*Start of 32 bits PA_STAT counters*/
>
> That's not a Linux coding style. Add spaces and make it readable.

The contents of this file were copied from f/w.

This file needs to be reduced to only the elements that
we really use in the Linux driver and coding style fixed.

cheers,
-roger