linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] Correct a comment in include/linux/memremap.h
@ 2024-02-06  0:57 John Groves
  2024-02-06  0:57 ` [PATCH 1/1] memremap.h: correct an error in a comment John Groves
  0 siblings, 1 reply; 3+ messages in thread
From: John Groves @ 2024-02-06  0:57 UTC (permalink / raw)
  To: Dan Williams, Andrew Morton, linux-kernel, linux-mm
  Cc: Jerome Glisse, Christoph Hellwig, John Groves, John Groves,
	John Groves, John Groves

Correcting an error I ran across while working on the devdax iomap support
(and famfs - both of which are coming soon :D)

get_maintainer.pl was not very helpful (just
linux-kernel@vger.kernel.org), So I'm copying likely interested parties
(most of whom are in the vicinity via 'git blame').

John Groves (1):
  memremap.h: correct an error in a comment

 include/linux/memremap.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] memremap.h: correct an error in a comment
  2024-02-06  0:57 [PATCH 0/1] Correct a comment in include/linux/memremap.h John Groves
@ 2024-02-06  0:57 ` John Groves
  2024-02-06  2:24   ` Dan Williams
  0 siblings, 1 reply; 3+ messages in thread
From: John Groves @ 2024-02-06  0:57 UTC (permalink / raw)
  To: Dan Williams, Andrew Morton, linux-kernel, linux-mm
  Cc: Jerome Glisse, Christoph Hellwig, John Groves, John Groves,
	John Groves, John Groves

It tried to send me off to memory_hotplug.h for an enum that is a few
lines above...

Signed-off-by: John Groves <john@groves.net>
---
 include/linux/memremap.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/memremap.h b/include/linux/memremap.h
index 1314d9c5f05b..c0ad57241a9c 100644
--- a/include/linux/memremap.h
+++ b/include/linux/memremap.h
@@ -108,7 +108,7 @@ struct dev_pagemap_ops {
  * @altmap: pre-allocated/reserved memory for vmemmap allocations
  * @ref: reference count that pins the devm_memremap_pages() mapping
  * @done: completion for @ref
- * @type: memory type: see MEMORY_* in memory_hotplug.h
+ * @type: memory type: see MEMORY_* above in memremap.h
  * @flags: PGMAP_* flags to specify defailed behavior
  * @vmemmap_shift: structural definition of how the vmemmap page metadata
  *      is populated, specifically the metadata page order.
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] memremap.h: correct an error in a comment
  2024-02-06  0:57 ` [PATCH 1/1] memremap.h: correct an error in a comment John Groves
@ 2024-02-06  2:24   ` Dan Williams
  0 siblings, 0 replies; 3+ messages in thread
From: Dan Williams @ 2024-02-06  2:24 UTC (permalink / raw)
  To: John Groves, Dan Williams, Andrew Morton, linux-kernel, linux-mm
  Cc: Jerome Glisse, Christoph Hellwig, John Groves, John Groves, John Groves

John Groves wrote:
> It tried to send me off to memory_hotplug.h for an enum that is a few
> lines above...

You have passed the first of many trials.

Reviewed-by: Dan Williams <dan.j.williams@intel.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-02-06  2:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-06  0:57 [PATCH 0/1] Correct a comment in include/linux/memremap.h John Groves
2024-02-06  0:57 ` [PATCH 1/1] memremap.h: correct an error in a comment John Groves
2024-02-06  2:24   ` Dan Williams

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 NNTP newsgroup(s).