Also fix the resulting sphinx warning:

  Documentation/user/state.rst:650: WARNING: Explicit markup ends without a 
blank line; unexpected unindent.

Signed-off-by: Roland Hieber <r...@pengutronix.de>
---
 Documentation/user/state.rst | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Documentation/user/state.rst b/Documentation/user/state.rst
index 89129add77..07743df0cb 100644
--- a/Documentation/user/state.rst
+++ b/Documentation/user/state.rst
@@ -636,29 +636,28 @@ within the EEPROM.
 
 .. code-block:: text
 
        eeprom@50 {
                partitions {
                        compatible = "fixed-partitions";
                        #size-cells = <1>;
                        #address-cells = <1>;
                        backend_state_eeprom: eeprom_state_memory@400 {
                                reg = <0x400 0x100>;
                                label = "state-eeprom";
                        };
                };
        };
-};
 
 With this 'backend' definition it's possible to define the *state* variable set
 content, its backend-type and *state* variable layout.
 
 .. code-block:: text
 
        aliases {
                state = &state_eeprom;
        };
 
        state_eeprom: eeprom_memory {
                #address-cells = <1>;
                #size-cells = <1>;
                compatible = "barebox,state";
-- 
2.19.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to