public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Comma at end of enum lists
@ 2008-03-29 17:00 Jacek Luczak
  2008-03-29 17:19 ` Mikael Pettersson
  2008-03-29 17:20 ` H. Peter Anvin
  0 siblings, 2 replies; 15+ messages in thread
From: Jacek Luczak @ 2008-03-29 17:00 UTC (permalink / raw)
  To: linux-kernel

Hi All,

I've found that in many enum lists, there's a comma at the end, e.g. 
(arch/x86/kernel/early_printk.c):

enum {
         MAGIC1 = 0xBACCD00A,
         MAGIC2 = 0xCA110000,
         XOPEN = 5,
         XWRITE = 4,
};

Just out of curiosity, is there any particular reason here (no word in 
CodingStyle about that).

-Jacek

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

end of thread, other threads:[~2008-03-29 18:47 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-29 17:00 Comma at end of enum lists Jacek Luczak
2008-03-29 17:19 ` Mikael Pettersson
2008-03-29 17:22   ` Jacek Luczak
2008-03-29 18:13   ` Andreas Schwab
2008-03-29 18:24     ` Jan Engelhardt
2008-03-29 18:47       ` Andreas Schwab
2008-03-29 17:20 ` H. Peter Anvin
2008-03-29 17:25   ` Al Viro
2008-03-29 17:26     ` Jacek Luczak
2008-03-29 17:56       ` Al Viro
2008-03-29 17:57         ` H. Peter Anvin
2008-03-29 17:28     ` H. Peter Anvin
2008-03-29 17:42       ` Jan Engelhardt
2008-03-29 17:52       ` Al Viro
2008-03-29 17:54         ` H. Peter Anvin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox