summaryrefslogtreecommitdiffstats
path: root/Documentation/user
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2019-01-16 11:16:00 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-01-21 09:56:50 +0100
commit9f311d59e3736e66b33264271f76f0c0bf9d984d (patch)
tree4265d7b1a146d27f15c4b52780e9ac8bbcec40f1 /Documentation/user
parent9dd59e11e595e648cd9743fe7d6a2b64b44a8b80 (diff)
downloadbarebox-9f311d59e3736e66b33264271f76f0c0bf9d984d.tar.gz
barebox-9f311d59e3736e66b33264271f76f0c0bf9d984d.tar.xz
Documentation: state: fix closing brace without opening brace
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 <rhi@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation/user')
-rw-r--r--Documentation/user/state.rst1
1 files changed, 0 insertions, 1 deletions
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
@@ -647,7 +647,6 @@ within the EEPROM.
};
};
};
-};
With this 'backend' definition it's possible to define the *state* variable set
content, its backend-type and *state* variable layout.