All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/panel: clean up indentation issue
@ 2019-09-25 12:03 ` Colin King
  0 siblings, 0 replies; 6+ messages in thread
From: Colin King @ 2019-09-25 12:03 UTC (permalink / raw)
  To: Stefan Mavrodiev, Thierry Reding, Sam Ravnborg, David Airlie,
	Daniel Vetter, dri-devel
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There is a continue statement that is indented one level too deeply,
remove the extraneous tab.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/gpu/drm/panel/panel-olimex-lcd-olinuxino.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/panel/panel-olimex-lcd-olinuxino.c b/drivers/gpu/drm/panel/panel-olimex-lcd-olinuxino.c
index 2bae1db3ff34..7dd67262a2ed 100644
--- a/drivers/gpu/drm/panel/panel-olimex-lcd-olinuxino.c
+++ b/drivers/gpu/drm/panel/panel-olimex-lcd-olinuxino.c
@@ -161,7 +161,7 @@ static int lcd_olinuxino_get_modes(struct drm_panel *panel)
 				lcd_mode->hactive,
 				lcd_mode->vactive,
 				lcd_mode->refresh);
-				continue;
+			continue;
 		}
 
 		mode->clock = lcd_mode->pixelclock;
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-12-01  9:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-25 12:03 [PATCH] drm/panel: clean up indentation issue Colin King
2019-09-25 12:03 ` Colin King
2019-09-25 12:03 ` Colin King
2019-12-01  9:09 ` Sam Ravnborg
2019-12-01  9:09   ` Sam Ravnborg
2019-12-01  9:09   ` Sam Ravnborg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.