The output format was not clear, describe the format of the returned string.
Signed-off-by: Mike Holmes <[email protected]> --- platform/linux-generic/include/api/odp_coremask.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platform/linux-generic/include/api/odp_coremask.h b/platform/linux-generic/include/api/odp_coremask.h index fe86457..c9331fd 100644 --- a/platform/linux-generic/include/api/odp_coremask.h +++ b/platform/linux-generic/include/api/odp_coremask.h @@ -56,6 +56,8 @@ void odp_coremask_from_str(const char *str, odp_coremask_t *mask); /** * Write core mask as a string of hexadecimal digits * + * The result will be prefixed with 0x and will be in hexadecimal + * * @param str String for output * @param len Size of string length (incl. ending zero) * @param mask Core mask -- 2.1.0 _______________________________________________ lng-odp mailing list [email protected] http://lists.linaro.org/mailman/listinfo/lng-odp
