[PATCH 18/18] mtd-cfi_cmdset_0020: Add some spaces for better code readability

Dan Carpenter dan.carpenter at oracle.com
Thu Jan 12 01:27:44 PST 2017


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




More information about the linux-mtd mailing list