Re: [PATCH v4 07/23] drm/tests: hdmi: Replace '[_]MHz' with 'mhz'

2025-04-25 Thread Dmitry Baryshkov
On Fri, Apr 25, 2025 at 01:26:58PM +0300, Cristian Ciocaltea wrote: > Improve consistency throughout drm_hdmi_state_helper_test.c by replacing > the two occurrences of '[_]MHz' substring with 'mhz'. > > As a bonus, this also helps getting rid of checkpatch.pl complaint: > > CHECK: Avoid CamelCa

[PATCH v4 07/23] drm/tests: hdmi: Replace '[_]MHz' with 'mhz'

2025-04-25 Thread Cristian Ciocaltea
Improve consistency throughout drm_hdmi_state_helper_test.c by replacing the two occurrences of '[_]MHz' substring with 'mhz'. As a bonus, this also helps getting rid of checkpatch.pl complaint: CHECK: Avoid CamelCase: Signed-off-by: Cristian Ciocaltea --- drivers/gpu/drm/tests/drm_hdmi_sta