Re: [PATCH V4 1/4] hwmon/coretemp: Rename indx to index

From: Guenter Roeck
Date: Fri Oct 14 2022 - 13:20:38 EST


On 10/14/22 10:12, Dave Hansen wrote:
On 10/14/22 02:01, Zhang Rui wrote:
Use variable name 'index' instead of 'indx' for the index in the
core_data[] array.

No functional change expected.

Cc: stable@xxxxxxxxxxxxxxx
Suggested-by: Ingo Molnar <mingo@xxxxxxxxxx>
Signed-off-by: Zhang Rui <rui.zhang@xxxxxxxxx>

Hi,

Thanks for paring this series down.

I think I'm also going to pull this patch out of the series before I
apply it and just rework 2/4 to apply cleanly without it. I just can't
put this in our "urgent" fixes pile and keep the stable@ tag on such a
trivial rename and keep a straight face.


To be fair, this patch was only submitted as a prerequisite to the next
patch in the series because someone had objected to the use of both 'indx'
and 'index' in the driver.

Guenter