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
>>
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".
2 matches
Mail list logo