On 12/10/2020 1:14 PM, Lukasz Majczak wrote:
+ kcontrol = dobj->control.kcontrol; + if(!kcontrol) + continue;
Small nitpick, there should be space between if and opening parenthesis as recommended by coding style.
Thanks, Amadeusz
On 12/10/2020 1:14 PM, Lukasz Majczak wrote:
+ kcontrol = dobj->control.kcontrol; + if(!kcontrol) + continue;
Small nitpick, there should be space between if and opening parenthesis as recommended by coding style.
Thanks, Amadeusz