From: Viresh Kumar Date: Wed, 1 Jul 2015 06:43:50 +0000 (+0530) Subject: greybus: svc: Fix doc-style comment X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=7eb8919b0f984b4b2e3764976383d4a98dbc82e2;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git greybus: svc: Fix doc-style comment Signed-off-by: Viresh Kumar Reviewed-by: Alex Elder Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/svc.c b/drivers/staging/greybus/svc.c index ba85e81964c4..cd87045ba104 100644 --- a/drivers/staging/greybus/svc.c +++ b/drivers/staging/greybus/svc.c @@ -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);