aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/android
diff options
context:
space:
mode:
authorIoana Ciornei <ciorneiioana@gmail.com>2015-11-01 16:38:23 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-11-15 20:02:47 -0800
commit49112c7fc2329a668d886f4410d9666328d8b2ef (patch)
tree0d1cc43e98e28680802074c98b48c49bdc7a52f2 /drivers/staging/android
parentstaging: android: properly align function arguments (diff)
downloadlinux-dev-49112c7fc2329a668d886f4410d9666328d8b2ef.tar.xz
linux-dev-49112c7fc2329a668d886f4410d9666328d8b2ef.zip
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 <ciorneiioana@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/android')
-rw-r--r--drivers/staging/android/timed_gpio.c1
1 files changed, 0 insertions, 1 deletions
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;