diff mbox series

[U-Boot] doc: fitImage: Cosmetics break lines

Message ID 20190717155729.10112-1-mickael.tansorier@smile.fr
State Accepted
Commit 57a51123f18df0a89aa8ec7521e8e7b1330719dc
Delegated to: Tom Rini
Headers show
Series [U-Boot] doc: fitImage: Cosmetics break lines | expand

Commit Message

Mickaël Tansorier July 17, 2019, 3:57 p.m. UTC
Add missing newline before title and subtitle.

Signed-off-by: Mickaël Tansorier <mickael.tansorier@smile.fr>
---
 doc/uImage.FIT/signature.txt | 3 +++
 1 file changed, 3 insertions(+)

Comments

Tom Rini July 24, 2019, 8:07 p.m. UTC | #1
On Wed, Jul 17, 2019 at 05:57:29PM +0200, Mickaël Tansorier wrote:

> Add missing newline before title and subtitle.
> 
> Signed-off-by: Mickaël Tansorier <mickael.tansorier@smile.fr>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/doc/uImage.FIT/signature.txt b/doc/uImage.FIT/signature.txt
index 27bcbef5d6..6ab96fc413 100644
--- a/doc/uImage.FIT/signature.txt
+++ b/doc/uImage.FIT/signature.txt
@@ -337,6 +337,7 @@  WARNING: When relying on signed FIT images with required signature check
 the legacy image format is default disabled by not defining
 CONFIG_LEGACY_IMAGE_FORMAT
 
+
 Testing
 -------
 An easy way to test signing and verification is to use the test script
@@ -349,6 +350,8 @@  A sample run is show below:
 $ make O=sandbox sandbox_config
 $ make O=sandbox
 $ O=sandbox ./test/vboot/vboot_test.sh
+
+
 Simple Verified Boot Test
 =========================