[PATCH V2 net-next 1/5] net:hns: Add support of Hip06 SoC to the Hislicon Network Subsystem
Salil Mehta
salil.mehta at huawei.com
Fri Nov 20 06:15:09 PST 2015
On 11/18/2015 6:52 PM, David Miller wrote:
> From: Salil <salil.mehta at huawei.com>
> Date: Wed, 18 Nov 2015 02:52:23 +0800
>
>> @@ -387,19 +409,23 @@ static void hns_rcb_ring_get_cfg(struct hnae_queue *q, int ring_type)
>> struct rcb_common_cb *rcb_common;
>> struct ring_pair_cb *ring_pair_cb;
>> u32 buf_size;
>> - u16 desc_num;
>> - int irq_idx;
>> + u16 desc_num, mdnum_ppkt;
>> + int irq_idx, is_ver1;
> Please use "bool" and true/false for boolean conditions like is_ver1.
>
> Please audit your entire submission for this problem.
Thanks for your time and comments. As per your suggestions, I have
changed the data type of variable "is_ver" to "bool" where ever possible
in the PATCH V3 floated yesterday.
Best Regards
Salil
More information about the linux-arm-kernel
mailing list