summaryrefslogtreecommitdiffstats
path: root/staslib/conf.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-12-10 10:25:08 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-12-10 10:26:04 +0000
commit9bbce01ed4ff93b26b435d5ab356407d48c2a424 (patch)
treef53555efba341c5696c6a79d428ecc34752965e4 /staslib/conf.py
parentReleasing debian version 2.3-1. (diff)
downloadnvme-stas-9bbce01ed4ff93b26b435d5ab356407d48c2a424.tar.xz
nvme-stas-9bbce01ed4ff93b26b435d5ab356407d48c2a424.zip
Merging upstream version 2.3.1:
- properly handles big-endian data in `iputils.py` (Closes: #1057031). Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'staslib/conf.py')
-rw-r--r--staslib/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/staslib/conf.py b/staslib/conf.py
index 4497698..4dd411c 100644
--- a/staslib/conf.py
+++ b/staslib/conf.py
@@ -659,7 +659,7 @@ class NvmeOptions(metaclass=singleton.Singleton):
'dhchap_ctrl_secret': defs.KERNEL_VERSION >= defs.KERNEL_CTRLKEY_MIN_VERSION,
}
- # If some of the options are False, we need to check wether they can be
+ # If some of the options are False, we need to check whether they can be
# read from '/dev/nvme-fabrics'. This method allows us to determine that
# an older kernel actually supports a specific option because it was
# backported to that kernel.