From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Thu, 12 May 2011 22:18:12 +0200 Subject: [U-Boot] [PATCH v2 6/8] net/net.c: cosmetic: parentheses not required for return In-Reply-To: <1305122401-14967-7-git-send-email-luca.ceresoli@comelit.it> References: <1304512847-7351-1-git-send-email-luca.ceresoli@comelit.it> <1305122401-14967-7-git-send-email-luca.ceresoli@comelit.it> Message-ID: <20110512201812.F375CD6F24F@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 Luca Ceresoli, In message <1305122401-14967-7-git-send-email-luca.ceresoli@comelit.it> you wrote: > This removes the following checkpatch issue: > - ERROR: return is not a function, parentheses are not required > > Signed-off-by: Luca Ceresoli > Cc: Wolfgang Denk > Cc: Ben Warren > Cc: Mike Frysinger > > --- > Changes since v1: none. > > net/net.c | 30 +++++++++++++++--------------- > 1 files changed, 15 insertions(+), 15 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 The first 90% of a project takes 90% of the time, the last 10% takes the other 90% of the time.