]> git.ipfire.org Git - thirdparty/kernel/linux.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)
committerAndrew Morton <akpm@linux-foundation.org>
Thu, 15 Jan 2026 06:16:26 +0000 (22:16 -0800)
commit3e8e590fd65d0572584ab7bba89a35e6d19931f1
tree722db772bf42497622444225cafc6c9f7dcf15db
parentf46c26f1bcd9164d7f3377f15ca75488a3e44362
drivers/dax: add some missing kerneldoc comment fields for struct dev_dax

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>
drivers/dax/dax-private.h