[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240930112121.95324-6-Julia.Lawall@inria.fr>
Date: Mon, 30 Sep 2024 13:20:51 +0200
From: Julia Lawall <Julia.Lawall@...ia.fr>
To: Dan Williams <dan.j.williams@...el.com>
Cc: kernel-janitors@...r.kernel.org,
Vishal Verma <vishal.l.verma@...el.com>,
Dave Jiang <dave.jiang@...el.com>,
Ira Weiny <ira.weiny@...el.com>,
nvdimm@...ts.linux.dev,
linux-kernel@...r.kernel.org
Subject: [PATCH 05/35] libnvdimm: Reorganize kerneldoc parameter names
Reorganize kerneldoc parameter names to match the parameter
order in the function header.
Problems identified using Coccinelle.
Signed-off-by: Julia Lawall <Julia.Lawall@...ia.fr>
---
drivers/nvdimm/dimm_devs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/nvdimm/dimm_devs.c b/drivers/nvdimm/dimm_devs.c
index 21498d461fde..8c35502638e2 100644
--- a/drivers/nvdimm/dimm_devs.c
+++ b/drivers/nvdimm/dimm_devs.c
@@ -767,8 +767,8 @@ resource_size_t nd_pmem_max_contiguous_dpa(struct nd_region *nd_region,
/**
* nd_pmem_available_dpa - for the given dimm+region account unallocated dpa
- * @nd_mapping: container of dpa-resource-root + labels
* @nd_region: constrain available space check to this reference region
+ * @nd_mapping: container of dpa-resource-root + labels
*
* Validate that a PMEM label, if present, aligns with the start of an
* interleave set.
Powered by blists - more mailing lists