Fix spelling of 'failed' and add a '_' to the string
'fc_host', the 'fc_host' as represented in sysfs has
an underscore.

Signed-off-by: Robert Love <robert.w.l...@intel.com>
---
 fcoemon.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fcoemon.c b/fcoemon.c
index 859e434..d854c56 100644
--- a/fcoemon.c
+++ b/fcoemon.c
@@ -2587,7 +2587,7 @@ static void fcm_fcoe_action(struct fcm_netif *ff, struct 
fcoe_port *p)
                 * the fc_host in sysfs.
                 */
                if (fcoe_find_fchost(ifname, p->fchost, FCHOSTBUFLEN))
-                       FCM_LOG_DBG("filed to get fchost for %s\n", p->ifname);
+                       FCM_LOG_DBG("Failed to find fc_host for %s\n", 
p->ifname);
 
                FCM_LOG_DBG("OP: created fchost:%s for %s\n",
                             p->fchost, p->ifname);

_______________________________________________
devel mailing list
devel@open-fcoe.org
https://lists.open-fcoe.org/mailman/listinfo/devel

Reply via email to