]> git.dujemihanovic.xyz Git - u-boot.git/commit
riscv: add missing linefeed in error message
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 17 Oct 2024 18:16:49 +0000 (20:16 +0200)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Mon, 28 Oct 2024 08:11:33 +0000 (16:11 +0800)
commitc1558743bff79b1995b606cb1460e57fb89ee656
treeeea7e8735cd7d694a866ec77532f184e769ed61c
parentf5c6ac8aafd787446fd9d114dec4145779d18774
riscv: add missing linefeed in error message

* Messages written with log_err() should be terminated with linefeed.
* Spell device-tree with hyphen as elsewhere in U-Boot.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
arch/riscv/lib/fdt_fixup.c