From: Viresh Kumar Date: Tue, 21 Jul 2015 12:14:08 +0000 (+0530) Subject: greybus: connections: comment style fix X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=392bf9fb2d017c15152380b654b9bfe51a61bff7;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git greybus: connections: comment style fix Replace '* *' with '*'. Signed-off-by: Viresh Kumar Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/connection.c b/drivers/staging/greybus/connection.c index 81a5df0e3230..edee5fb4a4b4 100644 --- a/drivers/staging/greybus/connection.c +++ b/drivers/staging/greybus/connection.c @@ -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);