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 <[email protected]>
Tested-by: Ross Brattain <[email protected]>
---
 fcoemon.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fcoemon.c b/fcoemon.c
index 7f81a1d..7f59dce 100644
--- a/fcoemon.c
+++ b/fcoemon.c
@@ -2584,7 +2584,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
[email protected]
https://lists.open-fcoe.org/mailman/listinfo/devel

Reply via email to