Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit febe2521 authored by Johan Hovold's avatar Johan Hovold Committed by Greg Kroah-Hartman
Browse files

greybus: interface: fix obsolete comment



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

Signed-off-by: default avatarJohan Hovold <johan@hovoldconsulting.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
parent eeb6a6ff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -176,7 +176,7 @@ struct gb_interface *gb_interface_create(struct gb_host_device *hd,
}

/*
 * Tear down a previously set up module.
 * Tear down a previously set up interface.
 */
void gb_interface_remove(struct gb_interface *intf)
{