ef9089f4e8
Update to the head of the upstream staging branch * Patches 0005-0042 are from the upstream staging branch * Previous patches 0005 & 0006 are now patches 0023 & 0005 Rename redhat patches * Previous patches 0007-0017 are now patches 0043-0053 Change from using readline to libedit * readline is licensed GPL v3, and multipathd includes code licensed gpl v2. Remove README.alua * information moved to README.md
26 lines
995 B
Diff
26 lines
995 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Josh Soref <2119212+jsoref@users.noreply.github.com>
|
|
Date: Sun, 31 Jul 2022 13:11:12 -0400
|
|
Subject: [PATCH] libmultipath: spelling: ascii
|
|
|
|
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
|
|
Reviewed-by: Martin Wilck <mwilck@suse.com>
|
|
Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
|
|
---
|
|
libmultipath/prioritizers/alua_spc3.h | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/libmultipath/prioritizers/alua_spc3.h b/libmultipath/prioritizers/alua_spc3.h
|
|
index 08e992bd..e1a6c071 100644
|
|
--- a/libmultipath/prioritizers/alua_spc3.h
|
|
+++ b/libmultipath/prioritizers/alua_spc3.h
|
|
@@ -143,7 +143,7 @@ inquiry_data_get_tpgs(struct inquiry_data *id)
|
|
*-----------------------------------------------------------------------------
|
|
*/
|
|
#define CODESET_BINARY 0x1
|
|
-#define CODESET_ACSII 0x2
|
|
+#define CODESET_ASCII 0x2
|
|
#define CODESET_UTF8 0x3
|
|
|
|
#define ASSOCIATION_UNIT 0x0
|