From: Bryan O'Donoghue Date: Thu, 5 May 2016 14:34:54 +0000 (+0100) Subject: greybus: greybus_trace.h: Fix dodgy indentation X-Git-Tag: v4.9-rc1~119^2~378^2~21^2~441 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5015d5cff9ff0aabbe744522f3c5b5a945a649ef;p=karo-tx-linux.git 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 Reviewed-by: Alex Elder Signed-off-by: Greg Kroah-Hartman --- 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,