[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20240111071713.10056-1-chenguohua_716@163.com>
Date: Thu, 11 Jan 2024 07:17:13 +0000
From: GuoHua Chen <chenguohua_716@....com>
To: alain.volmat@...s.st.com,
airlied@...il.com,
daniel@...ll.ch,
mripard@...nel.org,
maarten.lankhorst@...ux.intel.com,
tzimmermann@...e.de
Cc: linux-kernel@...r.kernel.org,
dri-devel@...ts.freedesktop.org,
GuoHua Chen <chenguohua_716@....com>
Subject: [PATCH] drm/sti: Clean up errors in sti_hda.c
Fix the following errors reported by checkpatch:
ERROR: space prohibited before that ',' (ctx:WxW)
Signed-off-by: GuoHua Chen <chenguohua_716@....com>
---
drivers/gpu/drm/sti/sti_hda.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/sti/sti_hda.c b/drivers/gpu/drm/sti/sti_hda.c
index 6ee35612a14e..1079ac0732c5 100644
--- a/drivers/gpu/drm/sti/sti_hda.c
+++ b/drivers/gpu/drm/sti/sti_hda.c
@@ -486,7 +486,7 @@ static void sti_hda_pre_enable(struct drm_bridge *bridge)
hda_write(hda, SCALE_CTRL_CR_DFLT, HDA_ANA_SCALE_CTRL_CR);
/* Configure sampler */
- hda_write(hda , src_filter_y, HDA_ANA_SRC_Y_CFG);
+ hda_write(hda, src_filter_y, HDA_ANA_SRC_Y_CFG);
hda_write(hda, src_filter_c, HDA_ANA_SRC_C_CFG);
for (i = 0; i < SAMPLER_COEF_NB; i++) {
hda_write(hda, coef_y[i], HDA_COEFF_Y_PH1_TAP123 + i * 4);
--
2.17.1
Powered by blists - more mailing lists