commit | 18546f2982bc2032276759530328725ec4561454 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 24 09:03:31 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 02 13:32:14 2021 -0400 |
tree | 4a1da0fbd31c7b022faf57aac623e2f4398cdb64 | |
parent | 0b1284eb52578e15ec611adc5fee1a9ae68dadea [diff] |
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>