From 19dac4dc21e3bc124b8176195757eb6e406dfce1 Mon Sep 17 00:00:00 2001 From: SirnamSwetha Date: Sat, 30 Jan 2016 05:07:19 +0530 Subject: [PATCH] Staging: board: Fix checkpatch.pl issue This patch fixes the checkpatch issue. CHECK: Please don't use multiple blank lines Signed-off-by: SirnamSwetha Signed-off-by: Greg Kroah-Hartman --- 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 912c96b..bb63ece 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, -- 2.7.4