From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751713AbdK3HIB (ORCPT ); Thu, 30 Nov 2017 02:08:01 -0500 Received: from mail-wm0-f66.google.com ([74.125.82.66]:39960 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751596AbdK3HH6 (ORCPT ); Thu, 30 Nov 2017 02:07:58 -0500 X-Google-Smtp-Source: AGs4zMbV8j4eCOk9PsPt1MqDbytcOwv0P6P2t58EVpoxiAz8D0YOVpwwTnMFsVaQE+2EXyJw2h09xA== Date: Thu, 30 Nov 2017 08:07:52 +0100 From: Alexander Sverdlin To: Lukasz Majewski Cc: Arnd Bergmann , arndbergmann@gmail.com, Hartley Sweeten , Russell King , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Olof Johansson , Linus Walleij Subject: Re: [PATCH v2 6/6] ARM: ep93xx: ts72xx: Add support for BK3 board - ts72xx derivative Message-Id: <20171130080752.f805cbf32704649bf8735385@gmail.com> In-Reply-To: <20171129230704.68b5ec42@jawa> References: <20171116232239.16823-1-lukma@denx.de> <20171121143204.1839-1-lukma@denx.de> <20171121143204.1839-7-lukma@denx.de> <86943b7f-be3a-2f41-1ffe-c4d7abfee148@gmail.com> <20171129230704.68b5ec42@jawa> X-Mailer: Sylpheed 3.6.0 (GTK+ 2.24.31; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello Lukasz, On Wed, 29 Nov 2017 23:07:04 +0100 Lukasz Majewski wrote: > > > +/************************************************************************* > > > + * BK3 support code > > > + > > > *************************************************************************/ > > > +static struct mtd_partition bk3_nand_parts[] = { > > > + { > > > + .name = "System", > > > + .offset = 0x00000000, > > > > I see the above and below lines as unaligned > > This is strange.... I'm using emacs with extension to have coding style > for kernel. > > Probably tabs get unaligned... Yes, seems that they are. [...] > > > > > + .atag_offset = 0x100, > > > + .map_io = bk3_map_io, > > > > again, inconsistent alignment... > > Even more..... checkpatch.pl did not complained.... checkpatch.pl wouldn't complain, as there are basically two styles, some people do not align the individual assignments in the structures at all. But I was quite confident in the beginning and now even applied your v3 to the code. And indeed it's unaligned... I even checked with emacs. Still unaligned. -- Alexander Sverdlin.