mbox series

[0/2] drivers/base/memory: Two cleanups

Message ID 20250214063504.617906-1-gshan@redhat.com (mailing list archive)
Headers show
Series drivers/base/memory: Two cleanups | expand

Message

Gavin Shan Feb. 14, 2025, 6:35 a.m. UTC
The series has two cleanups to drivers/base/memory as below.

PATCH[1] Drops @@section_count to simplify add_boot_memory_block()
PATCH[2] Corrects the comments to match with 'struct memory_group'

Gavin Shan (2):
  drivers/base/memory: Simplify add_boot_memory_block()
  drivers/base/memory: Correct the field name in the header

 drivers/base/memory.c  | 15 +++++++--------
 include/linux/memory.h |  2 +-
 2 files changed, 8 insertions(+), 9 deletions(-)