From 9c49282ac85f12f142d0bcb064242a3dfcd116dd Mon Sep 17 00:00:00 2001 From: Colin Ian King Date: Wed, 25 Sep 2019 13:03:57 +0100 Subject: drm/panel: clean up indentation issue There is a continue statement that is indented one level too deeply, remove the extraneous tab. Signed-off-by: Colin Ian King Signed-off-by: Sam Ravnborg Link: https://patchwork.freedesktop.org/patch/msgid/20190925120357.10408-1-colin.king@canonical.com --- drivers/gpu/drm/panel/panel-olimex-lcd-olinuxino.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers') diff --git a/drivers/gpu/drm/panel/panel-olimex-lcd-olinuxino.c b/drivers/gpu/drm/panel/panel-olimex-lcd-olinuxino.c index f2a72ee6ee07..8738ef1b66dc 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; -- cgit v1.2.3