From 08a36974c0100f97b73da2d64cf7ae415dd382c5 Mon Sep 17 00:00:00 2001 From: Emmanuil Chatzipetru Date: Sun, 8 Jan 2017 14:37:07 +0100 Subject: [PATCH] staging: olpc_dcon: olpc_dcon_xo_1_5: Remove multiple blank lines. This issue is caught by checkpatch.pl and is related to the following warning: - CHECK: Please don't use multiple blank lines Signed-off-by: Emmanuil Chatzipetru Signed-off-by: Greg Kroah-Hartman --- drivers/staging/olpc_dcon/olpc_dcon_xo_1_5.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/olpc_dcon/olpc_dcon_xo_1_5.c b/drivers/staging/olpc_dcon/olpc_dcon_xo_1_5.c index e7a3957..75c3c2f 100644 --- a/drivers/staging/olpc_dcon/olpc_dcon_xo_1_5.c +++ b/drivers/staging/olpc_dcon/olpc_dcon_xo_1_5.c @@ -107,7 +107,6 @@ static void set_i2c_line(int sda, int scl) outb(tmp, 0x3c5); } - static void dcon_wiggle_xo_1_5(void) { int x; -- 2.7.4