Commit dacf3eb7 authored by Johan Hovold's avatar Johan Hovold Committed by Greg Kroah-Hartman

greybus: fix tracepoint-related whitespace issues

Fix some whitespace issues introduced by the recent tracepoint changes.
Signed-off-by: default avatarJohan Hovold <johan@hovoldconsulting.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
parent 8ccf389b
......@@ -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)
......
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment