greybus: connections: comment style fix

Replace '* *' with '*'.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
Viresh Kumar 2015-07-21 17:44:08 +05:30 committed by Greg Kroah-Hartman
parent b84abdcb41
commit 392bf9fb2d

View file

@ -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
* active device, so bring up the connection at the same time.
* */
*/
intf = connection->bundle->intf;
if (intf->device_id != GB_DEVICE_ID_BAD)
gb_connection_init(connection);