Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
+0 −1
Original line number Diff line number Diff line
@@ -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);