Re: [RFC PATCH] checkpatch: check for 2 or more spaces around assignment of a declaration

2015-05-20 Thread Willy Tarreau
On Wed, May 20, 2015 at 06:02:06PM -0700, Joe Perches wrote: > Perhaps space aligned declarations should have some > checkpatch --strict warning for 2 or more spaces > around any assignment of the declaration. > > int a = 1;// 2+ spaces before = > int b = 2;

[RFC PATCH] checkpatch: check for 2 or more spaces around assignment of a declaration

2015-05-20 Thread Joe Perches
On Wed, 2015-05-20 at 19:59 +0200, Jean Delvare wrote: > On Wed, 20 May 2015 22:44:52 +0530, Sudip Mukherjee wrote: > > On Wed, May 20, 2015 at 05:49:07PM +0200, Wolfram Sang wrote: > > > On Wed, May 20, 2015 at 08:57:00PM +0530, Sudip Mukherjee wrote: > > > > static struct parport_driver i2c_parp