]> www.infradead.org Git - users/jedix/linux-maple.git/commit
EDAC/ie31200: Fix the 3rd parameter name of *populate_dimm_info()
authorQiuxu Zhuo <qiuxu.zhuo@intel.com>
Mon, 10 Mar 2025 01:14:04 +0000 (09:14 +0800)
committerTony Luck <tony.luck@intel.com>
Mon, 10 Mar 2025 17:44:12 +0000 (10:44 -0700)
commit44eae52089ebcb6b22c63a2506bc610bb70fa927
tree21a464e5fd76a6600b0e8cf2fb739dee195cb888
parent231e341036d9988447e3b3345cf741a98139199e
EDAC/ie31200: Fix the 3rd parameter name of *populate_dimm_info()

The 3rd parameter of *populate_dimm_info() pertains to the DIMM index
within a channel, not the channel index. Fix the parameter name to dimm
to reflect its actual purpose.

No functional changes intended.

Signed-off-by: Qiuxu Zhuo <qiuxu.zhuo@intel.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Tested-by: Gary Wang <gary.c.wang@intel.com>
Link: https://lore.kernel.org/r/20250310011411.31685-5-qiuxu.zhuo@intel.com
drivers/edac/ie31200_edac.c