Message ID | 20221223110930.1337536-1-danishanwar@ti.com (mailing list archive) |
---|---|
Headers | show |
Series | Introduce ICSSG based ethernet Driver | expand |
On 23/12/2022 12:09, MD Danish Anwar wrote: > From: Roger Quadros <rogerq@ti.com> > > 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. Best regards, Krzysztof
Hi, On 23/12/2022 13:32, Krzysztof Kozlowski wrote: > On 23/12/2022 12:09, MD Danish Anwar wrote: >> From: Roger Quadros <rogerq@ti.com> >> >> 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