commit | 4ab17ee8eb73e09855d167543a99ace742fd6b6f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jan 13 20:29:51 2021 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 27 17:03:16 2021 -0500 |
tree | 9c028500e62ef9de0c4ed1f3979433f050a47d47 | |
parent | 66ffe789d94153b8c810134bfa378beeb76cf4b7 [diff] |
uuid: Add a comment for UUID_STR_LEN This macro is the length of the string but excludes the terminator. Users must add 1 when declaring a large-enough string. Add a comment to make this clear. Signed-off-by: Simon Glass <sjg@chromium.org>