Re: [PATCH v3 1/2] eeprom: at24: fix coding style issues

From: Andy Shevchenko
Date: Sun Dec 10 2017 - 07:57:32 EST


On Thu, Dec 7, 2017 at 3:39 PM, Bartosz Golaszewski <brgl@xxxxxxxx> wrote:
> Fix issues reported by checkpatch for at24.c.

> +module_param(io_limit, uint, 0000);

> +module_param(write_timeout, uint, 0000);


0 is a pretty much octal number as 0000.
So, I would prefer not to blindly follow the stupid advise from
checkpatch, better to teach checkpatch about 0.


--
With Best Regards,
Andy Shevchenko