On Tue, 29 Aug 2017 11:50:56 -0400
David Harton <[email protected]> wrote:

> +     if (n < (IXGBEVF_NB_XSTATS + IXGBE_NB_SW_STATS))
> +             return (IXGBEVF_NB_XSTATS + IXGBE_NB_SW_STATS);

Please don't use BSD style.
Return does not need parenthesis.

Reply via email to