greybus: interface: Fix comment mistake (s/add/init)

Function's name is gb_interface_init(), not gb_interface_add().

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
Viresh Kumar 2015-07-03 17:00:26 +05:30 committed by Greg Kroah-Hartman
parent 6fa1adbcdd
commit b950dc28bd

View file

@ -189,7 +189,7 @@ static void gb_interface_destroy(struct gb_interface *intf)
} }
/** /**
* gb_interface_add * gb_interface_init
* *
* Create connection for control CPort and then request/parse manifest. * Create connection for control CPort and then request/parse manifest.
* Finally initialize all the bundles to set routes via SVC and initialize all * Finally initialize all the bundles to set routes via SVC and initialize all