NVDIMM Device and Persistent Memory development
 help / color / mirror / Atom feed
* [PATCH] nvdimm/region: Fix spelling mistake "memergion" -> "memregion"
@ 2022-12-05  9:20 Colin Ian King
  0 siblings, 0 replies; only message in thread
From: Colin Ian King @ 2022-12-05  9:20 UTC (permalink / raw
  To: Dan Williams, Vishal Verma, Dave Jiang, Ira Weiny, nvdimm
  Cc: kernel-janitors, linux-kernel

There is a spelling mistake in a dev_warn message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 drivers/nvdimm/region_devs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/nvdimm/region_devs.c b/drivers/nvdimm/region_devs.c
index 83dbf398ea84..8f5274b04348 100644
--- a/drivers/nvdimm/region_devs.c
+++ b/drivers/nvdimm/region_devs.c
@@ -80,7 +80,7 @@ static int nd_region_invalidate_memregion(struct nd_region *nd_region)
 		if (IS_ENABLED(CONFIG_NVDIMM_SECURITY_TEST)) {
 			dev_warn(
 				&nd_region->dev,
-				"Bypassing cpu_cache_invalidate_memergion() for testing!\n");
+				"Bypassing cpu_cache_invalidate_memregion() for testing!\n");
 			goto out;
 		} else {
 			dev_err(&nd_region->dev,
-- 
2.38.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-12-05  9:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-05  9:20 [PATCH] nvdimm/region: Fix spelling mistake "memergion" -> "memregion" Colin Ian King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).