You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix two build warnings:
EXT_Exp_EccState.rst:6: WARNING: Title overline too short.
EXT_Exp_EccState.rst:18: WARNING: Block quote ends without a blank line; unexpected unindent.
Signed-off-by: Russell McGuire <[email protected]>
Copy file name to clipboardExpand all lines: scripts/sysman/EXT_Exp_EccState.rst
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,9 @@ from templates import helper as th
12
12
13
13
.. _ZES_extension_device_ecc_default_properties:
14
14
15
-
=====================================
15
+
=========================================
16
16
Device-ECC default properties Extension
17
-
=====================================
17
+
=========================================
18
18
19
19
API
20
20
----
@@ -23,17 +23,17 @@ API
23
23
24
24
* ${s}_device_ecc_default_properties_ext_t
25
25
26
-
Device-ECC properties
27
-
~~~~~~~~~~~~~~~~~~~~~~~~~~
26
+
Device-ECC properties
27
+
~~~~~~~~~~~~~~~~~~~~~
28
28
29
-
By default, {s}DeviceGetEccState returns the current state of the ECC counters.
29
+
By default, {s}DeviceGetEccState returns the current state of the ECC counters.
30
30
31
-
Additionally to get default ECC state, pass ${s}_device_ecc_default_properties_ext_t to {s}DeviceGetEccState
32
-
as pNext member of ${s}_device_ecc_properties_t.
31
+
Additionally to get default ECC state, pass ${s}_device_ecc_default_properties_ext_t to {s}DeviceGetEccState as pNext member of ${s}_device_ecc_properties_t.
0 commit comments