On Fri, May 29, 2015 at 2:36 PM, Frans Klaver <franskla...@gmail.com> wrote:
>
> I would say that it is because part of the expression has been placed
> inside parentheses:
>
>     a - b + 1 == a - (b - 1)
>
> Guess it makes the decision logic slightly more readable.

Yes, exactly this. It's so that the bounding check conditional prior
looks identical to the actual subtraction, making it much easier to
read and verify.
_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to