From: Ioana Ciornei Date: Sun, 1 Nov 2015 14:38:23 +0000 (+0200) Subject: staging: android: remove multiple blank lines X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=49112c7fc2329a668d886f4410d9666328d8b2ef;p=deliverable%2Flinux.git staging: android: remove multiple blank lines This patch removes multiple blank lines in order to follow the linux kernel coding style. Signed-off-by: Ioana Ciornei Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/android/timed_gpio.c b/drivers/staging/android/timed_gpio.c index 5246f42c1227..bcd9924d4631 100644 --- a/drivers/staging/android/timed_gpio.c +++ b/drivers/staging/android/timed_gpio.c @@ -25,7 +25,6 @@ #include "timed_output.h" #include "timed_gpio.h" - struct timed_gpio_data { struct timed_output_dev dev; struct hrtimer timer;