Re: powerpc/pseries/mce: Improve array initialization.

2019-04-21 Thread Michael Ellerman
On Thu, 2019-03-28 at 11:40:33 UTC, Mahesh J Salgaonkar wrote: > From: Mahesh Salgaonkar > > This is a follow up to the patch that fixed misleading print for TLB > mutlihit due to wrongly populated mc_err_types[] array. Convert all the > static array initialization to '[x] = val' style for

[PATCH] powerpc/pseries/mce: Improve array initialization.

2019-03-28 Thread Mahesh J Salgaonkar
From: Mahesh Salgaonkar This is a follow up to the patch that fixed misleading print for TLB mutlihit due to wrongly populated mc_err_types[] array. Convert all the static array initialization to '[x] = val' style for better readability of array indexing and avoid any further confusion.