public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Coding style details
@ 2015-06-19  8:35 Krzysztof Hałasa
  2015-06-19  9:07 ` Frans Klaver
  0 siblings, 1 reply; 11+ messages in thread
From: Krzysztof Hałasa @ 2015-06-19  8:35 UTC (permalink / raw)
  To: lkml

Hi,

a simple question: which style is preferred?

#define REG8_1(a0) ((const u16[8]){a0, a0 + 1, a0 + 2, a0 + 3})

vs

#define REG8_1(a0) ((const u16[8]) {a0, a0 + 1, a0 + 2, a0 + 3})
                                ^^^^^
-- 
Krzysztof Halasa

Industrial Research Institute for Automation and Measurements PIAP
Al. Jerozolimskie 202, 02-486 Warsaw, Poland

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

end of thread, other threads:[~2015-06-22  7:39 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-19  8:35 Coding style details Krzysztof Hałasa
2015-06-19  9:07 ` Frans Klaver
2015-06-19 10:31   ` Coding style details (checkpatch) Krzysztof Hałasa
2015-06-19 10:37     ` Frans Klaver
2015-06-19 10:52       ` Krzysztof Hałasa
2015-06-19 14:54         ` Joe Perches
2015-06-22  5:33           ` Krzysztof Hałasa
2015-06-22  6:12             ` Joe Perches
2015-06-22  6:38               ` Krzysztof Hałasa
2015-06-22  6:47                 ` Joe Perches
2015-06-22  7:39                   ` Krzysztof Hałasa

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