From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 8 Jun 2012 15:51:12 +0200 Subject: [U-Boot] [PATCH 1/7] common lcd: minor coding style changes In-Reply-To: <1337859764-16086-2-git-send-email-grinberg@compulab.co.il> References: <1337859764-16086-1-git-send-email-grinberg@compulab.co.il> <1337859764-16086-2-git-send-email-grinberg@compulab.co.il> Message-ID: <20120608155112.7a7fd7c2@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On Thu, 24 May 2012 14:42:38 +0300 Igor Grinberg wrote: > From: Nikita Kiryanov > > No functional changes > > Signed-off-by: Nikita Kiryanov > Signed-off-by: Igor Grinberg > --- > checkpatch reports a warning: > 0001: line over 80 chars > Since the original line was over 80 characters already, and there's no > good way of shortening it, I left it over 80 chars. > > common/lcd.c | 245 +++++++++++++++++++++++++++++----------------------------- > 1 files changed, 124 insertions(+), 121 deletions(-) Applied to u-boot-video/master. Thanks! Anatolij