Commit b950dc28 authored by Viresh Kumar's avatar Viresh Kumar Committed by Greg Kroah-Hartman

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

Function's name is gb_interface_init(), not gb_interface_add().
Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
parent 6fa1adbc
...@@ -189,7 +189,7 @@ static void gb_interface_destroy(struct gb_interface *intf) ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment