summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/renesas
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2023-09-15 10:53:23 +0200
committerGeert Uytterhoeven <geert+renesas@glider.be>2023-10-16 11:47:44 +0200
commit887042d635005b5127b04a73d2c9d0c79cf380b1 (patch)
tree9cc82227ba690fa8d0031a4000b7caca8656b987 /drivers/gpu/drm/renesas
parent616f73c9d3255342a037c5204ce381a4d7aa274a (diff)
downloadlinux-887042d635005b5127b04a73d2c9d0c79cf380b1.tar.gz
linux-887042d635005b5127b04a73d2c9d0c79cf380b1.tar.bz2
linux-887042d635005b5127b04a73d2c9d0c79cf380b1.zip
drm: renesas: shmobile: Restore indentation of shmob_drm_setup_clocks()
Commit 56550d94cbaeaa19 ("Drivers: gpu: remove __dev* attributes.") forgot to realign the continuation of the parameter section of shmob_drm_setup_clocks(). Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/b1c5c9b33b74fef1f4250847398a98f93c4dc1be.1694767209.git.geert+renesas@glider.be
Diffstat (limited to 'drivers/gpu/drm/renesas')
-rw-r--r--drivers/gpu/drm/renesas/shmobile/shmob_drm_drv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/renesas/shmobile/shmob_drm_drv.c b/drivers/gpu/drm/renesas/shmobile/shmob_drm_drv.c
index a0f8b7666ab3..8a685bfc8e08 100644
--- a/drivers/gpu/drm/renesas/shmobile/shmob_drm_drv.c
+++ b/drivers/gpu/drm/renesas/shmobile/shmob_drm_drv.c
@@ -67,7 +67,7 @@ static int shmob_drm_init_interface(struct shmob_drm_device *sdev)
}
static int shmob_drm_setup_clocks(struct shmob_drm_device *sdev,
- enum shmob_drm_clk_source clksrc)
+ enum shmob_drm_clk_source clksrc)
{
struct clk *clk;
char *clkname;