Skip to content

Commit 604af09

Browse files
authored
Fix EccState rst build warnings (#333)
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]>
1 parent 18c520d commit 604af09

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

scripts/sysman/EXT_Exp_EccState.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ from templates import helper as th
1212

1313
.. _ZES_extension_device_ecc_default_properties:
1414

15-
=====================================
15+
=========================================
1616
Device-ECC default properties Extension
17-
=====================================
17+
=========================================
1818

1919
API
2020
----
@@ -23,17 +23,17 @@ API
2323

2424
* ${s}_device_ecc_default_properties_ext_t
2525

26-
Device-ECC properties
27-
~~~~~~~~~~~~~~~~~~~~~~~~~~
26+
Device-ECC properties
27+
~~~~~~~~~~~~~~~~~~~~~
2828

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.
3030

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.
3332

3433
.. parsed-literal::
3534
36-
${s}_device_ecc_properties_t getState = {${s}_STRUCTURE_TYPE_DEVICE_ECC_PROPERTIES};
37-
${s}_device_ecc_default_properties_ext_t ext = {${s}_STRUCTURE_TYPE_DEVICE_ECC_DEFAULT_PROPERTIES_EXT};
35+
${s}_device_ecc_properties_t getState = {${S}_STRUCTURE_TYPE_DEVICE_ECC_PROPERTIES};
36+
${s}_device_ecc_default_properties_ext_t ext = {${S}_STRUCTURE_TYPE_DEVICE_ECC_DEFAULT_PROPERTIES_EXT};
3837
getState.pNext = &ext;
3938
${x}_result_t = ${s}DeviceGetEccState(device, &getState);
39+

0 commit comments

Comments
 (0)