Re: [PATCH] staging: rts5208: Comparisons should place the constant on the right side of the test

From: Joe Perches
Date: Thu Sep 15 2016 - 13:32:41 EST


On Thu, 2016-09-15 at 19:22 +0200, Sergio Paracuellos wrote:
> That's true. It seems that checkpatch script is getting a false
> positive. Just trying to do checkpatch happy. Sorry for inconvenience.

Keeping the style consistent instead of taking the simplest path
to quiet the checkpatch messages is better.

Making N, min_N, max_N all lower case would be better.