| lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
|
Open Source and information security mailing list archives
| ||
|
Message-ID: <CAHp75VfoG++eRAhZ9ZT7me6tZqxxVMzQHd8GcauszRQDDkGGFg@mail.gmail.com>
Date: Sun, 10 Dec 2017 14:57:18 +0200
From: Andy Shevchenko <andy.shevchenko@...il.com>
To: Bartosz Golaszewski <brgl@...ev.pl>
Cc: Uwe Kleine-König
<u.kleine-koenig@...gutronix.de>, Peter Rosin <peda@...ntia.se>,
linux-i2c <linux-i2c@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v3 1/2] eeprom: at24: fix coding style issues
On Thu, Dec 7, 2017 at 3:39 PM, Bartosz Golaszewski <brgl@...ev.pl> 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
Powered by blists - more mailing lists