[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <m3r3p8rt7w.fsf@t19.piap.pl>
Date: Fri, 19 Jun 2015 10:35:31 +0200
From: khalasa@...p.pl (Krzysztof HaĆasa)
To: lkml <linux-kernel@...r.kernel.org>
Subject: Coding style details
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists