]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
drivers/base/memory: Fix comments for phys_index_show()
authorGavin Shan <gshan@redhat.com>
Fri, 20 Jan 2023 05:57:26 +0000 (13:57 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 20 Jan 2023 13:15:00 +0000 (14:15 +0100)
commit7c09f4281cb6ec0fc202f53924ed6c389c61bf0e
treefc50740429024ac5b92d5d10889ae65eda12866e
parentf7d85515bd21902b218370a1a6301f76e4e636ff
drivers/base/memory: Fix comments for phys_index_show()

According to 'admin-guide/mm/memory-hotplug.rst', the memory block ID,
instead of the section index, is shown by '/sys/devices/system/memory/
memoryX/phys_index'.

Fix the comments to match with 'admin-guide/mm/memory-hotplug.rst'.
Besides, use the existing helper memory_block_id() to convert the section
index to the memory block index.

No functional change intended.

Signed-off-by: Gavin Shan <gshan@redhat.com>
Link: https://lore.kernel.org/r/20230120055727.355483-2-gshan@redhat.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/memory.c