summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/greybus_trace.h
diff options
context:
space:
mode:
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>2016-05-05 15:34:54 +0100
committerGreg Kroah-Hartman <gregkh@google.com>2016-05-05 13:49:02 -0700
commit5015d5cff9ff0aabbe744522f3c5b5a945a649ef (patch)
tree938aa34730481caf418d08465b2d401ad562bbc8 /drivers/staging/greybus/greybus_trace.h
parent73d292d8381d9c384796c876ba752ccd18a09d1f (diff)
downloadlinux-5015d5cff9ff0aabbe744522f3c5b5a945a649ef.tar.bz2
greybus: greybus_trace.h: Fix dodgy indentation
We should use tabs not spaces when indenting multi-line macros and ensure that the relevant '\' characters are aligned to each-other. Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> Reviewed-by: Alex Elder <elder@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/greybus_trace.h')
-rw-r--r--drivers/staging/greybus/greybus_trace.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/greybus/greybus_trace.h b/drivers/staging/greybus/greybus_trace.h
index 6f3e10164e3c..849cfa095aac 100644
--- a/drivers/staging/greybus/greybus_trace.h
+++ b/drivers/staging/greybus/greybus_trace.h
@@ -17,9 +17,9 @@
struct gb_message;
struct gb_host_device;
-#define gb_bundle_name(message) \
- (message->operation->connection->bundle ? \
- dev_name(&message->operation->connection->bundle->dev) : \
+#define gb_bundle_name(message) \
+ (message->operation->connection->bundle ? \
+ dev_name(&message->operation->connection->bundle->dev) : \
dev_name(&message->operation->connection->hd->svc->dev))
DECLARE_EVENT_CLASS(gb_message,