From: Felix Manlunas <felix.manlu...@cavium.com>
Date: Fri, 11 Aug 2017 18:29:30 -0700

> +     if ((ering->rx_mini_pending) || (ering->rx_jumbo_pending))
> +             return -EINVAL;

Lots of unnecessary parenthesis, please remove.

> +     if ((rx_count == rx_count_old) && (tx_count == tx_count_old))
> +             return 0;

Likewise.

Reply via email to