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>
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,