From febe25217924983f08a3d729d1a0b96a152ff340 Mon Sep 17 00:00:00 2001
From: Johan Hovold <johan@hovoldconsulting.com>
Date: Wed, 11 Nov 2015 10:07:06 +0100
Subject: [PATCH] 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>
---
 drivers/staging/greybus/interface.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/greybus/interface.c b/drivers/staging/greybus/interface.c
index e496b1646aa5..b864f6879ffb 100644
--- a/drivers/staging/greybus/interface.c
+++ b/drivers/staging/greybus/interface.c
@@ -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)
 {