diff options
author | SirnamSwetha <theonly.ultimate@gmail.com> | 2016-01-30 05:07:19 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-02-07 19:57:22 -0800 |
commit | 19dac4dc21e3bc124b8176195757eb6e406dfce1 (patch) | |
tree | 612a8de4c3c9ba8717805c463756ab566e85d882 /drivers/staging/board | |
parent | 39ce4e835e1d528c6a7d4159acb7174d07e6bba4 (diff) | |
download | linux-19dac4dc21e3bc124b8176195757eb6e406dfce1.tar.gz |
Staging: board: Fix checkpatch.pl issue
This patch fixes the checkpatch issue.
CHECK: Please don't use multiple blank lines
Signed-off-by: SirnamSwetha <theonly.ultimate@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/board')
-rw-r--r-- | drivers/staging/board/armadillo800eva.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/board/armadillo800eva.c b/drivers/staging/board/armadillo800eva.c index 912c96b0536d..bb63ece4d766 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, |