From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Nelson Date: Sat, 03 Mar 2012 17:54:31 -0700 Subject: [U-Boot] fs/fat alignment In-Reply-To: <20120303235031.91DDF127564B@gemini.denx.de> References: <1330812338-25820-1-git-send-email-eric.nelson@boundarydevices.com> <20120303235031.91DDF127564B@gemini.denx.de> Message-ID: <4F52BD47.8060605@boundarydevices.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 03/03/2012 04:50 PM, Wolfgang Denk wrote: > Dear Eric Nelson, > > In message<1330812338-25820-1-git-send-email-eric.nelson@boundarydevices.com> you wrote: >> >> Note that checkpatch fails on this patch with the following warning, >> but I'm not sure how to resolve it. >> >> Nothing else in the U-Boot code base seems to use __align() although >> it's defined in include/linux/compiler-gcc.h. > > __align != __aligned > > And __aligned() is used ina few places (arch/x86/cpu/interrupts.c, > drivers/net/davinci_emac.c, drivers/net/calxedaxgmac.c). > Thanks again.