mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 00:22:00 +02:00
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>
This commit is contained in:
parent
73d292d838
commit
5015d5cff9
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user