From: Sam Ravnborg <sam@ravnborg.org>
To: Colin King <colin.king@canonical.com>
Cc: Stefan Mavrodiev <stefan@olimex.com>,
David Airlie <airlied@linux.ie>,
kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org,
dri-devel@lists.freedesktop.org,
Thierry Reding <thierry.reding@gmail.com>
Subject: Re: [PATCH] drm/panel: clean up indentation issue
Date: Sun, 01 Dec 2019 09:09:41 +0000 [thread overview]
Message-ID: <20191201090941.GA8753@ravnborg.org> (raw)
In-Reply-To: <20190925120357.10408-1-colin.king@canonical.com>
Hi Colin.
On Wed, Sep 25, 2019 at 01:03:57PM +0100, Colin King wrote:
> 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;
Thanks, this is the kind of issues that can fool one or take
focus away when reading code.
Applied to drm-misc-next.
Sam
WARNING: multiple messages have this Message-ID (diff)
From: Sam Ravnborg <sam@ravnborg.org>
To: Colin King <colin.king@canonical.com>
Cc: Stefan Mavrodiev <stefan@olimex.com>,
David Airlie <airlied@linux.ie>,
kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org,
dri-devel@lists.freedesktop.org,
Thierry Reding <thierry.reding@gmail.com>
Subject: Re: [PATCH] drm/panel: clean up indentation issue
Date: Sun, 1 Dec 2019 10:09:41 +0100 [thread overview]
Message-ID: <20191201090941.GA8753@ravnborg.org> (raw)
In-Reply-To: <20190925120357.10408-1-colin.king@canonical.com>
Hi Colin.
On Wed, Sep 25, 2019 at 01:03:57PM +0100, Colin King wrote:
> 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;
Thanks, this is the kind of issues that can fool one or take
focus away when reading code.
Applied to drm-misc-next.
Sam
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
WARNING: multiple messages have this Message-ID (diff)
From: Sam Ravnborg <sam@ravnborg.org>
To: Colin King <colin.king@canonical.com>
Cc: Stefan Mavrodiev <stefan@olimex.com>,
Thierry Reding <thierry.reding@gmail.com>,
David Airlie <airlied@linux.ie>, Daniel Vetter <daniel@ffwll.ch>,
dri-devel@lists.freedesktop.org, kernel-janitors@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] drm/panel: clean up indentation issue
Date: Sun, 1 Dec 2019 10:09:41 +0100 [thread overview]
Message-ID: <20191201090941.GA8753@ravnborg.org> (raw)
In-Reply-To: <20190925120357.10408-1-colin.king@canonical.com>
Hi Colin.
On Wed, Sep 25, 2019 at 01:03:57PM +0100, Colin King wrote:
> 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;
Thanks, this is the kind of issues that can fool one or take
focus away when reading code.
Applied to drm-misc-next.
Sam
next prev parent reply other threads:[~2019-12-01 9:09 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
2019-12-01 9:09 ` Sam Ravnborg
2019-12-01 9:09 ` Sam Ravnborg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191201090941.GA8753@ravnborg.org \
--to=sam@ravnborg.org \
--cc=airlied@linux.ie \
--cc=colin.king@canonical.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=kernel-janitors@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=stefan@olimex.com \
--cc=thierry.reding@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.