summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Hovold <johan@hovoldconsulting.com>2016-05-27 16:23:02 (GMT)
committerGreg Kroah-Hartman <gregkh@google.com>2016-05-27 19:26:31 (GMT)
commitdacf3eb7f3c1c474a55f7c24eef39011784d558c (patch)
tree7007dd0c70bdaa0c3a19e9f28ac3e365cb56fe27
parent8ccf389b1909a644e5941217e243ca1c663c8160 (diff)
downloadlinux-dacf3eb7f3c1c474a55f7c24eef39011784d558c.tar.xz
greybus: fix tracepoint-related whitespace issues
Fix some whitespace issues introduced by the recent tracepoint changes. Signed-off-by: Johan Hovold <johan@hovoldconsulting.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
-rw-r--r--drivers/staging/greybus/module.c2
-rw-r--r--drivers/staging/greybus/operation.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/greybus/module.c b/drivers/staging/greybus/module.c
index c56b988..7f0ed9f 100644
--- a/drivers/staging/greybus/module.c
+++ b/drivers/staging/greybus/module.c
@@ -8,9 +8,9 @@
*/
#include "greybus.h"
-
#include "greybus_trace.h"
+
static ssize_t eject_store(struct device *dev,
struct device_attribute *attr,
const char *buf, size_t len)
diff --git a/drivers/staging/greybus/operation.c b/drivers/staging/greybus/operation.c
index 7906a95..659e84b 100644
--- a/drivers/staging/greybus/operation.c
+++ b/drivers/staging/greybus/operation.c
@@ -570,7 +570,6 @@ gb_operation_create_flags(struct gb_connection *connection,
trace_gb_operation_create(operation);
return operation;
-
}
EXPORT_SYMBOL_GPL(gb_operation_create_flags);