]> git.dujemihanovic.xyz Git - u-boot.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)
commit18546f2982bc2032276759530328725ec4561454
tree4a1da0fbd31c7b022faf57aac623e2f4398cdb64
parent0b1284eb52578e15ec611adc5fee1a9ae68dadea
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