From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752764AbaHZQiF (ORCPT ); Tue, 26 Aug 2014 12:38:05 -0400 Received: from mail-ig0-f173.google.com ([209.85.213.173]:33594 "EHLO mail-ig0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752161AbaHZQiB (ORCPT ); Tue, 26 Aug 2014 12:38:01 -0400 Date: Tue, 26 Aug 2014 17:37:56 +0100 From: Lee Jones To: Jingoo Han Cc: linux-kernel@vger.kernel.org, "'Bryan Wu'" Subject: Re: [PATCH 01/18] backlight: adp5520: add blank line after declarations Message-ID: <20140826163755.GW26707@lee--X1> References: <009301cfc12d$2847ffd0$78d7ff70$%han@samsung.com> <00ab01cfc12d$40e91560$c2bb4020$%han@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <00ab01cfc12d$40e91560$c2bb4020$%han@samsung.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 26 Aug 2014, Jingoo Han wrote: > Fixed the following checkpatch warning. > > WARNING: Missing a blank line after declarations > > Signed-off-by: Jingoo Han > --- > drivers/video/backlight/adp5520_bl.c | 1 + > 1 file changed, 1 insertion(+) Acked-by: Lee Jones > diff --git a/drivers/video/backlight/adp5520_bl.c b/drivers/video/backlight/adp5520_bl.c > index f37097a261a2..8280245d7c12 100644 > --- a/drivers/video/backlight/adp5520_bl.c > +++ b/drivers/video/backlight/adp5520_bl.c > @@ -67,6 +67,7 @@ static int adp5520_bl_set(struct backlight_device *bl, int brightness) > static int adp5520_bl_update_status(struct backlight_device *bl) > { > int brightness = bl->props.brightness; > + > if (bl->props.power != FB_BLANK_UNBLANK) > brightness = 0; > -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog