nvdimm/namespace: Fix comment typo
authorJason Wang <wangborong@cdjrlc.com>
Tue, 2 Aug 2022 20:19:18 +0000 (04:19 +0800)
committerDan Williams <dan.j.williams@intel.com>
Tue, 20 Sep 2022 17:47:18 +0000 (10:47 -0700)
The double `existing' is duplicated in the comment, remove one.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
Link: https://lore.kernel.org/r/20220802201918.8408-1-wangborong@cdjrlc.com
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/nvdimm/namespace_devs.c

index bf4f5c09d9b1b3685eb359b64733335d729061fc..847816992b9e69288a2fa3d6d9db87e2a97d4539 100644 (file)
@@ -388,7 +388,7 @@ static resource_size_t init_dpa_allocation(struct nd_label_id *label_id,
  *
  * BLK-space is valid as long as it does not precede a PMEM
  * allocation in a given region. PMEM-space must be contiguous
- * and adjacent to an existing existing allocation (if one
+ * and adjacent to an existing allocation (if one
  * exists).  If reserving PMEM any space is valid.
  */
 static void space_valid(struct nd_region *nd_region, struct nvdimm_drvdata *ndd,