From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Date: Wed, 23 Oct 2019 13:35:49 +0000 Subject: Re: [PATCH 28/36] fbdev: s3c2410fb: remove mach header dependency Message-Id: List-Id: References: <20191010202802.1132272-1-arnd@arndb.de> <20191010203043.1241612-1-arnd@arndb.de> <20191010203043.1241612-28-arnd@arndb.de> <20191023131321.GH11048@pi3> In-Reply-To: <20191023131321.GH11048@pi3> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Krzysztof Kozlowski Cc: Linux Fbdev development list , "moderated list:ARM/SAMSUNG EXYNOS ARM ARCHITECTURES" , Bartlomiej Zolnierkiewicz , Linus Walleij , "linux-kernel@vger.kernel.org" , dri-devel , Kukjin Kim , linux-stm32@st-md-mailman.stormreply.com, Linux ARM On Wed, Oct 23, 2019 at 3:13 PM Krzysztof Kozlowski wrote: > On Thu, Oct 10, 2019 at 10:30:12PM +0200, Arnd Bergmann wrote: > > @@ -321,6 +320,7 @@ static struct s3c2410fb_mach_info jive_lcd_config = { > > * data. */ > > > > .gpcup = (0xf << 1) | (0x3f << 10), > > + .gpcup_reg = S3C2410_GPCUP, > > Nits: indentation before/after '=' looks wrong. Tab should be > before '=', one space after. Ok, fixed now for the four boards that had inconsistent indentation -- jive, mini2440, smdk2440, and rx1950. Unfortunately each board seemed to have its own way of doing this. Arnd