All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] drivers/base/memory: Two small cleanups
@ 2023-01-20  5:57 Gavin Shan
  2023-01-20  5:57 ` [PATCH 1/2] drivers/base/memory: Fix comments for phys_index_show() Gavin Shan
  2023-01-20  5:57 ` [PATCH 2/2] drivers/base/memory: Use array to show memory block state Gavin Shan
  0 siblings, 2 replies; 6+ messages in thread
From: Gavin Shan @ 2023-01-20  5:57 UTC (permalink / raw)
  To: linux-mm; +Cc: linux-kernel, david, osalvador, gregkh, rafael, shan.gavin

PATCH[1] Fixes comments for phys_index_show() since it's showing
         the memory block ID instead of the section ID.
PATCH[2] Use an array to show memory block state in state_show()

Gavin Shan (2):
  drivers/base/memory: Fix comments for phys_index_show()
  drivers/base/memory: Use array to show memory block state

 drivers/base/memory.c | 34 ++++++++--------------------------
 1 file changed, 8 insertions(+), 26 deletions(-)

-- 
2.23.0


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

end of thread, other threads:[~2023-01-23  8:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-20  5:57 [PATCH 0/2] drivers/base/memory: Two small cleanups Gavin Shan
2023-01-20  5:57 ` [PATCH 1/2] drivers/base/memory: Fix comments for phys_index_show() Gavin Shan
2023-01-23  8:40   ` David Hildenbrand
2023-01-20  5:57 ` [PATCH 2/2] drivers/base/memory: Use array to show memory block state Gavin Shan
2023-01-20 13:14   ` Greg KH
2023-01-20 22:59     ` Gavin Shan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.