greybus: fix tracepoint-related whitespace issues
authorJohan Hovold <johan@hovoldconsulting.com>
Fri, 27 May 2016 16:23:02 +0000 (18:23 +0200)
committerGreg Kroah-Hartman <gregkh@google.com>
Fri, 27 May 2016 19:26:31 +0000 (12:26 -0700)
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>
drivers/staging/greybus/module.c
drivers/staging/greybus/operation.c

index c56b988..7f0ed9f 100644 (file)
@@ -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)
index 7906a95..659e84b 100644 (file)
@@ -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);