diff mbox series

[12/13] nvdimm: namespace_devs: Change progess typo to progress

Message ID 1ae8fe1a3644c23afd01db23a373dd5de897c99f.1568256708.git.joe@perches.com (mailing list archive)
State New, archived
Headers show
Series nvdimm: Use more common kernel coding style | expand

Commit Message

Joe Perches Sept. 12, 2019, 2:54 a.m. UTC
Typing is hard.

Signed-off-by: Joe Perches <joe@perches.com>
---
 drivers/nvdimm/namespace_devs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/nvdimm/namespace_devs.c b/drivers/nvdimm/namespace_devs.c
index 7a16340f9853..253f07d97b73 100644
--- a/drivers/nvdimm/namespace_devs.c
+++ b/drivers/nvdimm/namespace_devs.c
@@ -1718,7 +1718,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.
 		 */
 		nd_device_lock(&ndns->dev);