From 25366869577860c12f0dc8b28e2e34c6265a5a7a Mon Sep 17 00:00:00 2001 From: Viresh Kumar Date: Tue, 21 Jul 2015 17:44:09 +0530 Subject: [PATCH] greybus: interface: drop stale comment We don't do what the comment says, drop it. Signed-off-by: Viresh Kumar Signed-off-by: Greg Kroah-Hartman --- drivers/staging/greybus/interface.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/greybus/interface.c b/drivers/staging/greybus/interface.c index 1e5e629..dfc31a0 100644 --- a/drivers/staging/greybus/interface.c +++ b/drivers/staging/greybus/interface.c @@ -70,8 +70,7 @@ struct device_type greybus_interface_type = { /* * Create kernel structures corresponding to a bundle and connection for - * managing control CPort. Also initialize the bundle, which will request SVC to - * set route and will initialize the control protocol for this connection. + * managing control CPort. */ static int gb_create_control_connection(struct gb_interface *intf) { -- 2.7.4