OSDN Git Service

greybus: svc: Fix doc-style comment
authorViresh Kumar <viresh.kumar@linaro.org>
Wed, 1 Jul 2015 06:43:50 +0000 (12:13 +0530)
committerGreg Kroah-Hartman <gregkh@google.com>
Wed, 1 Jul 2015 23:34:55 +0000 (16:34 -0700)
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Alex Elder <elder@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/svc.c

index ba85e81..cd87045 100644 (file)
@@ -124,7 +124,7 @@ static int gb_svc_intf_hotplug_recv(struct gb_operation *op)
         * XXX continue processing the request.  There's no need
         * XXX for the SVC to wait.  In fact, it might be best to
         * XXX have the SVC get acknowledgement before we proceed.
-        * */
+        */
        intf_id = hotplug->intf_id;
        unipro_mfg_id = le32_to_cpu(hotplug->data.unipro_mfg_id);
        unipro_prod_id = le32_to_cpu(hotplug->data.unipro_prod_id);