Re: [PATCH 2/2 v2] Documentation: add UUID/GUID to kernel-api

From: Jonathan Corbet
Date: Mon Dec 11 2017 - 17:05:02 EST


On Wed, 29 Nov 2017 12:32:42 -0800
Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote:

> From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
>
> Update kernel-doc notation in lib/uuid.c and then add UUID/GUID
> function interfaces to kernel-api.
>
> Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>

Applied to the docs tree. While I was at it...

> + * uuid_is_valid - checks if UUID string valid
> + * @uuid: UUID string to check
> + *

I made that "checks if *a* UUID string *is* valid".

jon