Fix typos in comments, reported by scripts/checkpatch.pl using the misspelling list in scripts/spelling.txt. Only touches comments, no code changes.
Assisted-by: Cursor:claude-opus-5 Signed-off-by: Hemanth Selam <[email protected]> --- drivers/nvdimm/namespace_devs.c | 2 +- include/linux/libnvdimm.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/nvdimm/namespace_devs.c b/drivers/nvdimm/namespace_devs.c index 557fe0cb43e2..4935c6508448 100644 --- a/drivers/nvdimm/namespace_devs.c +++ b/drivers/nvdimm/namespace_devs.c @@ -1448,7 +1448,7 @@ struct nd_namespace_common *nvdimm_namespace_common_probe(struct device *dev) return ERR_PTR(-ENODEV); /* - * Flush any in-progess probes / removals in the driver + * Flush any in-progress probes / removals in the driver * for the raw personality of this namespace. */ device_lock(&ndns->dev); diff --git a/include/linux/libnvdimm.h b/include/linux/libnvdimm.h index d929d83abf3b..586421b86162 100644 --- a/include/linux/libnvdimm.h +++ b/include/linux/libnvdimm.h @@ -59,7 +59,7 @@ enum { ND_REGION_PERSIST_CACHE = 1, /* * Platform provides mechanisms to automatically flush outstanding - * write data from memory controler to pmem on system power loss. + * write data from memory controller to pmem on system power loss. * (ADR) */ ND_REGION_PERSIST_MEMCTRL = 2, -- 2.48.1

