Re: [PATCH 2/2] net: Add Keystone NetCP ethernet driver

2014-04-24 Thread Santosh Shilimkar
On Thursday 24 April 2014 12:47 PM, David Miller wrote: > From: Santosh Shilimkar > Date: Tue, 22 Apr 2014 17:21:15 -0400 > >> +struct netcp_tx_pipe { >> +struct netcp_device *netcp_device; >> +void*dma_queue; > > Indent *dma_queue the same as the other struct members. > sure >>

Re: [PATCH 2/2] net: Add Keystone NetCP ethernet driver

2014-04-24 Thread David Miller
From: Santosh Shilimkar Date: Tue, 22 Apr 2014 17:21:15 -0400 > +struct netcp_tx_pipe { > + struct netcp_device *netcp_device; > + void*dma_queue; Indent *dma_queue the same as the other struct members. > + unsigneddma_queue_id; Use explicit "unsigned int".