From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Mon, 05 Sep 2011 15:47:55 +0200 Subject: [U-Boot] [PATCH v2] [COSMETIC] board/prodrive/alpr/fpga.c: Coding style cleanup In-Reply-To: <1315222479-23960-1-git-send-email-wd@denx.de> References: <1315220044-31666-1-git-send-email-wd@denx.de> <1315222479-23960-1-git-send-email-wd@denx.de> Message-ID: <20110905134755.6F2BF140ABDF@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Wolfgang Denk, In message <1315222479-23960-1-git-send-email-wd@denx.de> you wrote: > Signed-off-by: Wolfgang Denk > Cc: Stefan Roese > --- > v2: fix compile issues; must use "do {} while (0)" in macros > definitions if we want to omit the braces in if...else statements. > Should have done this anyway. > > board/prodrive/alpr/fpga.c | 76 ++++++++++++++++++++++--------------------- > 1 files changed, 39 insertions(+), 37 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de In general, they do what you want, unless you want consistency. - Larry Wall in the perl man page