All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] checkpatch: Add support for decimal values
@ 2012-10-31 10:13 Joe Perches
  2012-10-31 10:13 ` [PATCH 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-10-31 10:13 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Adil Mujeeb, Pavel Machek, linux-kernel

The kernel doesn't use decimals though.

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

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

-- 
1.7.8.112.g3fd21


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

end of thread, other threads:[~2012-11-01 11:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-31 10:13 [PATCH 0/3] checkpatch: Add support for decimal values Joe Perches
2012-10-31 10:13 ` [PATCH 1/3] checkpatch: Find hex constants as a single IDENT Joe Perches
2012-10-31 10:13 ` [PATCH 2/3] checkpatch: Add support for decimal constants Joe Perches
2012-10-31 10:13 ` [PATCH 3/3] checkpatch: Emit a warning when decimal values are used Joe Perches
2012-10-31 10:37   ` Pavel Machek
2012-10-31 22:49     ` Andrew Morton
2012-11-01  9:22       ` Pavel Machek
2012-11-01 11:43       ` Borislav Petkov

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.