]> git.baikalelectronics.ru Git - uboot.git/commit
lib: Comment the base parameter with simple_strtoul/l()
authorSimon Glass <sjg@chromium.org>
Sat, 24 Jul 2021 15:03:31 +0000 (09:03 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 2 Aug 2021 17:32:14 +0000 (13:32 -0400)
commit279516e7393a4b17dcb946d4a3991c1f5531947d
tree4a1da0fbd31c7b022faf57aac623e2f4398cdb64
parent478eba7f30dc88bbea6ed77702c665b6f7f5369d
lib: Comment the base parameter with simple_strtoul/l()

This parameter is not documented properly since it does not cover the
meaning when the base is 0. Update this in both functions.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/vsprintf.h