diff options
author | Geert Uytterhoeven <[email protected]> | 2023-09-15 10:53:23 +0200 |
---|---|---|
committer | Geert Uytterhoeven <[email protected]> | 2023-10-16 11:47:44 +0200 |
commit | 887042d635005b5127b04a73d2c9d0c79cf380b1 (patch) | |
tree | 9cc82227ba690fa8d0031a4000b7caca8656b987 | |
parent | 616f73c9d3255342a037c5204ce381a4d7aa274a (diff) |
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 <[email protected]>
Signed-off-by: Geert Uytterhoeven <[email protected]>
Link: https://lore.kernel.org/r/b1c5c9b33b74fef1f4250847398a98f93c4dc1be.1694767209.git.geert+renesas@glider.be
-rw-r--r-- | drivers/gpu/drm/renesas/shmobile/shmob_drm_drv.c | 2 |
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; |