On 09.08.2019 17:04, Aaron Conole wrote:
> Ilya Maximets <i.maxim...@samsung.com> writes:
> 
>> This allows to use a one-character expression inside the 'if'
>> statement and multiple spaces before the line continuation character.
>>
>> Fixes false positive in case like this:
>>
>>   #define MACRO(ARG)     \
>>       if (a) {           \
>>           do_work(ARG);  \
>>       }
>>
>> Fixes: 16770c6d9179 ("checkpatch: support macro continuation")
>> Signed-off-by: Ilya Maximets <i.maxim...@samsung.com>
>> ---
> 
> Acked-by: Aaron Conole <acon...@redhat.com>

Thanks! Applied to master.

Best regards, Ilya Maximets.
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to