Re: [PATCH v3 09/15] drm/tests: hdmi: Fixup CamelCase warning

2025-04-10 Thread Cristian Ciocaltea
On 4/9/25 6:13 PM, Maxime Ripard wrote: > On Wed, Mar 26, 2025 at 12:19:58PM +0200, Cristian Ciocaltea wrote: >> Rename the reject_100_MHz_connector_hdmi_funcs variable to make >> checkpatch.pl happy: >> >> CHECK: Avoid CamelCase: >> >> While at it, also rename reject_100MHz_connector_tmds_char_

Re: [PATCH v3 09/15] drm/tests: hdmi: Fixup CamelCase warning

2025-04-09 Thread Maxime Ripard
On Wed, Mar 26, 2025 at 12:19:58PM +0200, Cristian Ciocaltea wrote: > Rename the reject_100_MHz_connector_hdmi_funcs variable to make > checkpatch.pl happy: > > CHECK: Avoid CamelCase: > > While at it, also rename reject_100MHz_connector_tmds_char_rate_valid() > for consistency. > > Signed-of

[PATCH v3 09/15] drm/tests: hdmi: Fixup CamelCase warning

2025-03-26 Thread Cristian Ciocaltea
Rename the reject_100_MHz_connector_hdmi_funcs variable to make checkpatch.pl happy: CHECK: Avoid CamelCase: While at it, also rename reject_100MHz_connector_tmds_char_rate_valid() for consistency. Signed-off-by: Cristian Ciocaltea --- drivers/gpu/drm/tests/drm_hdmi_state_helper_test.c | 8