|
@@ -468,7 +468,7 @@ static struct class enclosure_class = {
|
|
.dev_groups = enclosure_class_groups,
|
|
.dev_groups = enclosure_class_groups,
|
|
};
|
|
};
|
|
|
|
|
|
-static const char *const enclosure_status [] = {
|
|
|
|
|
|
+static const char *const enclosure_status[] = {
|
|
[ENCLOSURE_STATUS_UNSUPPORTED] = "unsupported",
|
|
[ENCLOSURE_STATUS_UNSUPPORTED] = "unsupported",
|
|
[ENCLOSURE_STATUS_OK] = "OK",
|
|
[ENCLOSURE_STATUS_OK] = "OK",
|
|
[ENCLOSURE_STATUS_CRITICAL] = "critical",
|
|
[ENCLOSURE_STATUS_CRITICAL] = "critical",
|
|
@@ -480,7 +480,7 @@ static const char *const enclosure_status [] = {
|
|
[ENCLOSURE_STATUS_MAX] = NULL,
|
|
[ENCLOSURE_STATUS_MAX] = NULL,
|
|
};
|
|
};
|
|
|
|
|
|
-static const char *const enclosure_type [] = {
|
|
|
|
|
|
+static const char *const enclosure_type[] = {
|
|
[ENCLOSURE_COMPONENT_DEVICE] = "device",
|
|
[ENCLOSURE_COMPONENT_DEVICE] = "device",
|
|
[ENCLOSURE_COMPONENT_ARRAY_DEVICE] = "array device",
|
|
[ENCLOSURE_COMPONENT_ARRAY_DEVICE] = "array device",
|
|
};
|
|
};
|