Jesper Dangaard Brouer <bro...@redhat.com> writes:

> On Mon, 08 Apr 2019 19:05:56 +0200 Toke Høiland-Jørgensen <t...@redhat.com> 
> wrote:
>
>> +void dev_map_put_default_map(struct net *net)
>> +{
>> +        mutex_lock(&dev_map_mtx);
>
> Looks like a white-space error...
>
>> +    if (atomic_dec_and_test(&net->xdp.default_map.use_cnt)) {
>> +            __dev_map_release_default_map(&net->xdp.default_map);
>> +    }
>> +        mutex_unlock(&dev_map_mtx);
>
> And here again.

Yeah, and there are more :/

Will fix, thanks!

-Toke

Reply via email to