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>
This commit is contained in:
Johan Hovold 2016-05-27 18:23:02 +02:00 committed by Greg Kroah-Hartman
parent 8ccf389b19
commit dacf3eb7f3
2 changed files with 1 additions and 2 deletions

View 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)

View 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);