diff options
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2024-11-07 11:14:42 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-11-14 18:14:06 -0600 |
commit | dfe7ab35147c2a2c8a63b2155227a86684d6dd4d (patch) | |
tree | c7e92009a2ae9c667badb1053d3e70d7ab9f9212 /test/py/tests/test_spi.py | |
parent | 5430a5f67e5f73b0411d550b5dd6aa446a3b0299 (diff) |
lmb.c: add missing comma in lmb_dump_region()
In the message string " %s[%d]\t[0x%llx-0x%llx], 0x%08llx bytes flags: "
a comma is missing before flags.
To avoid increasing the code size replace '0x%' by '%#'.
Printing the size with leading zeros but not the addresses does not really
make sense. Remove the leading zeros from the size output.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
[trini: Fix test/cmd/bdinfo.c for these changes]
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'test/py/tests/test_spi.py')
0 files changed, 0 insertions, 0 deletions