greybus: interface: fix obsolete comment

Fix obsolete comment that was referring to "module" rather than
"interface".

Signed-off-by: Johan Hovold <johan@hovoldconsulting.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
Johan Hovold 2015-11-11 10:07:06 +01:00 committed by Greg Kroah-Hartman
parent eeb6a6ff59
commit febe252179

View File

@ -176,7 +176,7 @@ put_module:
}
/*
* Tear down a previously set up module.
* Tear down a previously set up interface.
*/
void gb_interface_remove(struct gb_interface *intf)
{