From dacf3eb7f3c1c474a55f7c24eef39011784d558c Mon Sep 17 00:00:00 2001 From: Johan Hovold Date: Fri, 27 May 2016 18:23:02 +0200 Subject: [PATCH] greybus: fix tracepoint-related whitespace issues Fix some whitespace issues introduced by the recent tracepoint changes. Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman --- drivers/staging/greybus/module.c | 2 +- drivers/staging/greybus/operation.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/greybus/module.c b/drivers/staging/greybus/module.c index c56b98870b6f..7f0ed9fc2536 100644 --- a/drivers/staging/greybus/module.c +++ b/drivers/staging/greybus/module.c @@ -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) diff --git a/drivers/staging/greybus/operation.c b/drivers/staging/greybus/operation.c index 7906a95899e5..659e84b10c7f 100644 --- a/drivers/staging/greybus/operation.c +++ b/drivers/staging/greybus/operation.c @@ -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); -- 2.39.2