greybus: interface: fix obsolete comment
authorJohan Hovold <johan@hovoldconsulting.com>
Wed, 11 Nov 2015 09:07:06 +0000 (10:07 +0100)
committerGreg Kroah-Hartman <gregkh@google.com>
Wed, 11 Nov 2015 17:18:28 +0000 (09:18 -0800)
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>
drivers/staging/greybus/interface.c

index e496b16..b864f68 100644 (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)
 {