prettier: re-format
Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML
files to have consistent formatting for these file types. Re-run the
formatter on the whole repository.
Change-Id: I2366a4dfefb478185dbdeccc22763ce2d82313e6
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/README.md b/README.md
index 3a38b1a..4eaa9bb 100644
--- a/README.md
+++ b/README.md
@@ -8,8 +8,8 @@
### Requirements
-* The EDAC driver must be supported and enabled
-* The `phosphor-sel-logger` package must be installed
+- The EDAC driver must be supported and enabled
+- The `phosphor-sel-logger` package must be installed
### Monitor Daemon
@@ -19,18 +19,18 @@
it also provide the following path on D-Bus:
-* bus name : `xyz.openbmc_project.Memory.ECC`
-* object path : `/xyz/openbmc_project/metrics/memory/BmcECC`
-* interface : `xyz.openbmc_project.Memory.MemoryECC`
+- bus name : `xyz.openbmc_project.Memory.ECC`
+- object path : `/xyz/openbmc_project/metrics/memory/BmcECC`
+- interface : `xyz.openbmc_project.Memory.MemoryECC`
The interface with the following properties:
-| Property | Type | Description |
-| -------- | ---- | ----------- |
-| isLoggingLimitReached | bool | ECC logging reach limits|
-| ceCount| int64 | correctable ECC events |
-| ueCount| int64 | uncorrectable ECC events |
-| state| string | bmc ECC event state |
+| Property | Type | Description |
+| --------------------- | ------ | ------------------------ |
+| isLoggingLimitReached | bool | ECC logging reach limits |
+| ceCount | int64 | correctable ECC events |
+| ueCount | int64 | uncorrectable ECC events |
+| state | string | bmc ECC event state |
It also devised a mechanism to limit the "maximum number" of logs to avoid
creating a large number of correctable ECC logs. When the `maximum quantity` is
@@ -43,9 +43,9 @@
Use the `phosphor-sel-logger` package to record the following logs in BMC SEL
format.
-* correctable ECC log : when fetching the `ce_count` from EDAC driver parameter
+- correctable ECC log : when fetching the `ce_count` from EDAC driver parameter
and the count exceeds previous count.
-* uncorrectable ECC log : when fetching the `ue_count` from EDAC driver
+- uncorrectable ECC log : when fetching the `ue_count` from EDAC driver
parameter and the count exceeds previous count.
-* logging limit reached log : When the correctable ECC log reaches the
- `maximum quantity`.
\ No newline at end of file
+- logging limit reached log : When the correctable ECC log reaches the
+ `maximum quantity`.