From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755995AbcA2XhT (ORCPT ); Fri, 29 Jan 2016 18:37:19 -0500 Received: from mail-pa0-f44.google.com ([209.85.220.44]:34155 "EHLO mail-pa0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753351AbcA2XhR (ORCPT ); Fri, 29 Jan 2016 18:37:17 -0500 Date: Sat, 30 Jan 2016 05:07:19 +0530 From: SirnamSwetha To: gregkh@linuxfoundation.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Staging: board: Fix checkpatch.pl issue Message-ID: <20160129233719.GA11786@swetha> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 This patch fixes the checkpatch issue. CHECK: Please don't use multiple blank lines Signed-off-by: SirnamSwetha --- drivers/staging/board/armadillo800eva.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/board/armadillo800eva.c b/drivers/staging/board/armadillo800eva.c index 9c41652..2735a82 100644 --- a/drivers/staging/board/armadillo800eva.c +++ b/drivers/staging/board/armadillo800eva.c @@ -27,7 +27,6 @@ #include "board.h" - static struct fb_videomode lcdc0_mode = { .name = "AMPIER/AM-800480", .xres = 800, -- 1.9.1