From: Petri Gynther
> Sent: 05 April 2016 01:10
...
> 2. Readability: Add parentheses around nr_frags + 1.
...
> -     if (ring->free_bds <= nr_frags + 1) {
...
> +     if (ring->free_bds <= (nr_frags + 1)) {

The extra () are not needed and do not improve readability.

        David

Reply via email to