]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
greybus: greybus_trace.h: Fix dodgy indentation
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>
Thu, 5 May 2016 14:34:54 +0000 (15:34 +0100)
committerGreg Kroah-Hartman <gregkh@google.com>
Thu, 5 May 2016 20:49:02 +0000 (13:49 -0700)
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>
drivers/staging/greybus/greybus_trace.h

index 6f3e10164e3ccee30fddc7f51b14534828be1d14..849cfa095aac4bbd1778e76f4252b372cb84a6b3 100644 (file)
@@ -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,