From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fuchs Date: Tue, 2 Dec 2008 09:17:20 +0100 Subject: [U-Boot] [PATCH] Added support for the Guntermann & Drunck PowerPC 440 EP/GR ETX module. In-Reply-To: <1227789406-8800-1-git-send-email-eibach@gdsys.de> References: <1227789406-8800-1-git-send-email-eibach@gdsys.de> Message-ID: <200812020917.20544.matthias.fuchs@esd-electronics.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thursday 27 November 2008 13:36, Dirk Eibach wrote: > Signed-off-by: Dirk Eibach > +int board_early_init_f(void) > +{ > + register uint reg; > + > + /*-------------------------------------------------------------------- > + * Setup the external bus controller/chip selects > + *-------------------------------------------------------------------*/ I am sure, but didn't we once said that these dashed lines are ugly and multiline comments should look like this: /* * bla * bla bla */ Matthias