Re: [PATCH] checkpatch: Add some --strict coding style checks
From: Joe Perches <joe@perches.com>
Date: 2012-02-21 21:11:19
Also in:
lkml, netdev
From: Joe Perches <joe@perches.com>
Date: 2012-02-21 21:11:19
Also in:
lkml, netdev
On Tue, 2012-02-21 at 13:09 -0800, Andrew Morton wrote:
Speaking of which, I just got this: WARNING: %Ld/%Lu are not-standard C, use %lld/%llu #142: FILE: fs/locks.c:2335: + seq_printf(f, "Start-end:\t %Ld-EOF\n\n", fl->fl_start); But %L saves a byte! Why did we do this? Don't you like puppies?
Beats me and I prefer kittens.