[libvirt] [PATCH 5/7] util: Update the comment for virGetFCHostNameByWWN

Osier Yang jyang at redhat.com
Mon May 6 12:45:15 UTC 2013


The returned result is something like "host5" acutally.
---
 src/util/virutil.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/util/virutil.c b/src/util/virutil.c
index dfbef06..c83996d 100644
--- a/src/util/virutil.c
+++ b/src/util/virutil.c
@@ -3265,7 +3265,7 @@ cleanup:
 
 /* virGetHostNameByWWN:
  *
- * Iterate over the sysfs tree to get SCSI host name (e.g. scsi_host5)
+ * Iterate over the sysfs tree to get FC host name (e.g. host5)
  * by wwnn,wwpn pair.
  */
 char *
-- 
1.8.1.4




More information about the libvir-list mailing list