Commit 392bf9fb authored by Viresh Kumar's avatar Viresh Kumar Committed by Greg Kroah-Hartman

greybus: connections: comment style fix

Replace '* *' with '*'.
Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
parent b84abdcb
...@@ -124,7 +124,7 @@ void gb_connection_bind_protocol(struct gb_connection *connection) ...@@ -124,7 +124,7 @@ void gb_connection_bind_protocol(struct gb_connection *connection)
/* /*
* If we have a valid device_id for the interface block, then we have an * If we have a valid device_id for the interface block, then we have an
* active device, so bring up the connection at the same time. * active device, so bring up the connection at the same time.
* */ */
intf = connection->bundle->intf; intf = connection->bundle->intf;
if (intf->device_id != GB_DEVICE_ID_BAD) if (intf->device_id != GB_DEVICE_ID_BAD)
gb_connection_init(connection); gb_connection_init(connection);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment