All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/3] checkpatch: Add support for floating point constants
@ 2012-11-01  7:10 Joe Perches
  2012-11-01  7:12 ` [PATCH V2 1/3] checkpatch: Find hex constants as a single IDENT Joe Perches
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Joe Perches @ 2012-11-01  7:10 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Adil Mujeeb, Pavel Machek, linux-kernel

The kernel doesn't support them though.

v2: Make it clearer that checkpatch understands floating point constants
    Support floating point hex constants too

Joe Perches (3):
  checkpatch: Find hex constants as a single IDENT
  checkpatch: Add support for floating point constants
  checkpatch: Emit an warning when floating point values are used

 scripts/checkpatch.pl |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

-- 
1.7.8.112.g3fd21


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-11-07 16:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-01  7:10 [PATCH V2 0/3] checkpatch: Add support for floating point constants Joe Perches
2012-11-01  7:12 ` [PATCH V2 1/3] checkpatch: Find hex constants as a single IDENT Joe Perches
2012-11-01  7:12 ` [PATCH V2 2/3] checkpatch: Add support for floating point constants Joe Perches
2012-11-01  7:12 ` [PATCH V2 3/3] checkpatch: Emit an warning when floating point values are used Joe Perches
2012-11-06 23:36   ` Andrew Morton
2012-11-07  9:40     ` Andy Whitcroft
2012-11-07 11:09     ` Joe Perches
2012-11-07 16:52       ` Andrew Morton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.