From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Mon, 09 Aug 2010 00:20:06 +0200 Subject: [U-Boot] [PATCH] memmove_wd: Allow overlapping memory area In-Reply-To: <1279701826-20083-1-git-send-email-alexander.stein@systec-electronic.com> References: <1279701826-20083-1-git-send-email-alexander.stein@systec-electronic.com> Message-ID: <20100808222006.CD247207@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 Alexander Stein, In message <1279701826-20083-1-git-send-email-alexander.stein@systec-electronic.com> you wrote: > Signed-off-by: Alexander Stein > --- > common/image.c | 11 ++++++++--- > 1 files changed, 8 insertions(+), 3 deletions(-) And BTW: > + if (to <= from) > + { Incorrect brace style. 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 This is now. Later is later.