diff options
| author | Jason Wang <[email protected]> | 2022-08-02 20:19:18 +0000 |
|---|---|---|
| committer | Dan Williams <[email protected]> | 2022-09-20 17:47:18 +0000 |
| commit | 23a2d0c5944896ce9123f36ab62d7ca64c8b25ff (patch) | |
| tree | 0b80e18469e4f2809539fd9524983ad5536c46ba /drivers/nvdimm/namespace_devs.c | |
| parent | nvdimm: make __nvdimm_security_overwrite_query static (diff) | |
| download | kernel-23a2d0c5944896ce9123f36ab62d7ca64c8b25ff.tar.gz kernel-23a2d0c5944896ce9123f36ab62d7ca64c8b25ff.zip | |
nvdimm/namespace: Fix comment typo
The double `existing' is duplicated in the comment, remove one.
Signed-off-by: Jason Wang <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Dan Williams <[email protected]>
Diffstat (limited to 'drivers/nvdimm/namespace_devs.c')
| -rw-r--r-- | drivers/nvdimm/namespace_devs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nvdimm/namespace_devs.c b/drivers/nvdimm/namespace_devs.c index bf4f5c09d9b1..847816992b9e 100644 --- a/drivers/nvdimm/namespace_devs.c +++ b/drivers/nvdimm/namespace_devs.c @@ -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, |
