greybus: connections: comment style fix
authorViresh Kumar <viresh.kumar@linaro.org>
Tue, 21 Jul 2015 12:14:08 +0000 (17:44 +0530)
committerGreg Kroah-Hartman <gregkh@google.com>
Wed, 22 Jul 2015 17:11:05 +0000 (10:11 -0700)
Replace '* *' with '*'.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/connection.c

index 81a5df0e323063416ac12fa54c352d6a06b62122..edee5fb4a4b465cb1a97172daba6f70470e633c9 100644 (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);