summaryrefslogtreecommitdiff
path: root/rtslib/utils.py
diff options
context:
space:
mode:
authorAndy Grover <agrover@redhat.com>2015-04-29 10:27:34 -0700
committerAndy Grover <agrover@redhat.com>2015-04-29 10:27:34 -0700
commitc6a77cfda93e5f3f1a90a0c7cecdc725f9a8e7e5 (patch)
treea69a2b9b2c3427721bc9fd29a5f7560c3ffbdcda /rtslib/utils.py
parentc369cacf781b9a6713d94ce6f257601b686fb998 (diff)
downloadrtslib-fb-c6a77cfda93e5f3f1a90a0c7cecdc725f9a8e7e5.tar.gz
Fix a stale comment
normalize_wwn no longer takes a possible_wwns parameter. Signed-off-by: Andy Grover <agrover@redhat.com>
Diffstat (limited to 'rtslib/utils.py')
-rw-r--r--rtslib/utils.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/rtslib/utils.py b/rtslib/utils.py
index 5c97939..b392cd5 100644
--- a/rtslib/utils.py
+++ b/rtslib/utils.py
@@ -336,8 +336,7 @@ def _cleanse_wwn(wwn_type, wwn):
def normalize_wwn(wwn_types, wwn):
'''
Take a WWN as given by the user and convert it to a standard text
- representation. If possible_wwns is not None, verify that
- the given WWN is on that list.
+ representation.
Returns (normalized_wwn, wwn_type), or exception if invalid wwn.
'''