]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drivers/dax: add some missing kerneldoc comment fields for struct dev_dax
authorJohn Groves <John@Groves.net>
Sat, 10 Jan 2026 19:18:04 +0000 (13:18 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 Jan 2026 10:21:20 +0000 (11:21 +0100)
commit8bc6d92b9a3ed4aa94d944cd9cb2e7a2d2cf07a5
tree558ebba55f3f0479393ecc6f3dad7708fc775fc7
parentaec20f3aa684baea78b65ce929670ae087f620a4
drivers/dax: add some missing kerneldoc comment fields for struct dev_dax

[ Upstream commit 3e8e590fd65d0572584ab7bba89a35e6d19931f1 ]

Add the missing @align and @memmap_on_memory fields to kerneldoc comment
header for struct dev_dax.

Also, some other fields were followed by '-' and others by ':'. Fix all
to be ':' for actual kerneldoc compliance.

Link: https://lkml.kernel.org/r/20260110191804.5739-1-john@groves.net
Fixes: 33cf94d71766 ("device-dax: make align a per-device property")
Fixes: 4eca0ef49af9 ("dax/kmem: allow kmem to add memory with memmap_on_memory")
Signed-off-by: John Groves <john@groves.net>
Cc: Dan Williams <dan.j.williams@intel.com>
Cc: Joao Martins <joao.m.martins@oracle.com>
Cc: Vishal Verma <vishal.l.verma@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/dax/dax-private.h