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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);