On Wed, Jan 11, 2017 at 09:55:20PM +0100, SF Markus Elfring wrote:
> -     timeo = jiffies + (HZ*2);
> +     timeo = jiffies + HZ * 2;

You've done this a couple times already, but these parenthesis are there
to make the code more readable don't delete them.

regards,
dan carpenter

Reply via email to