From 392bf9fb2d017c15152380b654b9bfe51a61bff7 Mon Sep 17 00:00:00 2001 From: Viresh Kumar Date: Tue, 21 Jul 2015 17:44:08 +0530 Subject: [PATCH] greybus: connections: comment style fix Replace '* *' with '*'. Signed-off-by: Viresh Kumar Signed-off-by: Greg Kroah-Hartman --- drivers/staging/greybus/connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.11.0