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 коммит произвёл Greg Kroah-Hartman
Родитель 8ccf389b19
Коммит dacf3eb7f3
2 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

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