[PATCH 3/8] lib: fwts_guid.c: add more comments
IvanHu
ivan.hu at canonical.com
Fri Jun 1 01:41:20 UTC 2012
On 05/25/2012 06:40 PM, Colin King wrote:
> From: Colin Ian King<colin.king at canonical.com>
>
> Signed-off-by: Colin Ian King<colin.king at canonical.com>
> ---
> src/lib/src/fwts_guid.c | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/src/lib/src/fwts_guid.c b/src/lib/src/fwts_guid.c
> index 34dfd60..749591b 100644
> --- a/src/lib/src/fwts_guid.c
> +++ b/src/lib/src/fwts_guid.c
> @@ -21,6 +21,11 @@
>
> #include "fwts.h"
>
> +/*
> + * fwts_guid_buf_to_str()
> + * format given GUID 'guid' into a string guid_str.
> + * guid_str needs to be at least 37 chars long
> + */
> void fwts_guid_buf_to_str(uint8_t *guid, char *guid_str, size_t guid_str_len)
> {
> if (guid_str&& guid_str_len> 36)
Acked-by: Ivan Hu<ivan.hu at canonical.com>
More information about the fwts-devel
mailing list