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
|