On Tue, 29 Aug 2017 11:50:56 -0400
David Harton <dhar...@cisco.com> 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