Re: [PATCH] driver core: device.h: add some missing kerneldocs

From: James Seo
Date: Mon May 08 2023 - 12:13:52 EST


On Mon, May 08, 2023 at 08:48:50AM -0700, James Seo wrote:
> Add the missing kerneldocs (except for DEVICE_ATTR_IGNORE_LOCKDEP(),
> which is only meaningful on debug builds with CONFIG_DEBUG_LOCK_ALLOC
> not #defined, and is aliased to DEVICE_ATTR() otherwise).
>
> Signed-off-by: James Seo <james@xxxxxxxxxx>
> ---

I just noticed that there shouldn't be a "not" before "#defined" in the
last line of the commit message. Apologies.