[<prev] [next>] [day] [month] [year] [list]
Message-ID: <611f7008.622.18a21a596c6.Coremail.chenxuebing@jari.cn>
Date: Wed, 23 Aug 2023 17:06:54 +0800 (GMT+08:00)
From: "XueBing Chen" <chenxuebing@...i.cn>
To: alexander.deucher@....com, airlied@...il.com, daniel@...ll.ch
Cc: amd-gfx@...ts.freedesktop.org, dri-devel@...ts.freedesktop.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] drm/amdgpu: Clean up errors in atombios_i2c.h
Fix the following errors reported by checkpatch:
ERROR: "foo* bar" should be "foo *bar"
Signed-off-by: XueBing Chen <chenxuebing@...i.cn>
---
drivers/gpu/drm/amd/amdgpu/atombios_i2c.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/amd/amdgpu/atombios_i2c.h b/drivers/gpu/drm/amd/amdgpu/atombios_i2c.h
index 251aaf41f65d..1cfbfcf10099 100644
--- a/drivers/gpu/drm/amd/amdgpu/atombios_i2c.h
+++ b/drivers/gpu/drm/amd/amdgpu/atombios_i2c.h
@@ -27,7 +27,7 @@
int amdgpu_atombios_i2c_xfer(struct i2c_adapter *i2c_adap,
struct i2c_msg *msgs, int num);
u32 amdgpu_atombios_i2c_func(struct i2c_adapter *adap);
-void amdgpu_atombios_i2c_channel_trans(struct amdgpu_device* adev,
+void amdgpu_atombios_i2c_channel_trans(struct amdgpu_device *adev,
u8 slave_addr, u8 line_number, u8 offset, u8 data);
#endif
--
2.17.1
Powered by blists - more mailing lists