From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?RXJpYyBCw6luYXJk?= Date: Thu, 09 Jun 2011 10:25:58 +0200 Subject: [U-Boot] [PATCH v2 1/4] include/asm/arch-at91: update several .h files to ATMEL_xxx name scheme In-Reply-To: <4DF08183.4070208@emk-elektronik.de> References: <1307436509-24126-1-git-send-email-eric@eukrea.com> <4DF08183.4070208@emk-elektronik.de> Message-ID: <4DF08396.7040804@eukrea.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Reinhard, On 09/06/2011 10:17, Reinhard Meyer wrote: > Several lines are longer than 80 chars. Can you fix this asap? > > I think the comments could be left away completely or at least shortened by > removing the obvios "SDAM Controller" part. > These lines are already over 80 char before this patch which only fix the define names : please apply this patch as is. In today's u-boot, linux's checkpatch.pl finds 483 "over 80" in arch/arm/include/asm/arch-at91/ so I don't think this patch creates more trouble here. Eric