From: Hyun Kwon <hyun.kwon@xilinx.com>
To: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: David Airlie <airlied@linux.ie>,
"kernel-janitors@vger.kernel.org"
<kernel-janitors@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"dri-devel@lists.freedesktop.org"
<dri-devel@lists.freedesktop.org>,
Michal Simek <michals@xilinx.com>,
Colin King <colin.king@canonical.com>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH][next] drm: xln: fix spelling mistake "failes" -> "failed"
Date: Wed, 29 Jul 2020 18:27:53 +0000 [thread overview]
Message-ID: <20200729182753.GA29219@xilinx.com> (raw)
In-Reply-To: <20200728223739.GV13753@pendragon.ideasonboard.com>
Hi Colin,
Thanks for the patch.
On Tue, Jul 28, 2020 at 03:37:39PM -0700, Laurent Pinchart wrote:
> Hi Colin,
>
> Thank you for the patch.
>
> On Fri, Jul 24, 2020 at 12:12:58PM +0100, Colin King wrote:
> > From: Colin Ian King <colin.king@canonical.com>
> >
> > There is a spelling mistake in a dev_dbg messages. Fix it.
>
> There is a spelling mistake in the commit message, s/xln/xlnx/ ;-)
>
> > Signed-off-by: Colin Ian King <colin.king@canonical.com>
>
> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
>
Reviewed-by: Hyun Kwon <hyun.kwon@xilinx.com>
I'll fix the commit message and commit this change to drm-misc-next-fixes soon.
Thanks,
-hyun
> > ---
> > drivers/gpu/drm/xlnx/zynqmp_dp.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/gpu/drm/xlnx/zynqmp_dp.c b/drivers/gpu/drm/xlnx/zynqmp_dp.c
> > index 821f7a71e182..0e1c818746eb 100644
> > --- a/drivers/gpu/drm/xlnx/zynqmp_dp.c
> > +++ b/drivers/gpu/drm/xlnx/zynqmp_dp.c
> > @@ -1308,7 +1308,7 @@ zynqmp_dp_connector_detect(struct drm_connector *connector, bool force)
> > ret = drm_dp_dpcd_read(&dp->aux, 0x0, dp->dpcd,
> > sizeof(dp->dpcd));
> > if (ret < 0) {
> > - dev_dbg(dp->dev, "DPCD read failes");
> > + dev_dbg(dp->dev, "DPCD read failed");
> > goto disconnected;
> > }
> >
>
> --
> Regards,
>
> Laurent Pinchart
WARNING: multiple messages have this Message-ID (diff)
From: Hyun Kwon <hyun.kwon@xilinx.com>
To: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: David Airlie <airlied@linux.ie>,
"kernel-janitors@vger.kernel.org"
<kernel-janitors@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"dri-devel@lists.freedesktop.org"
<dri-devel@lists.freedesktop.org>,
Michal Simek <michals@xilinx.com>,
Daniel Vetter <daniel@ffwll.ch>,
Colin King <colin.king@canonical.com>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH][next] drm: xln: fix spelling mistake "failes" -> "failed"
Date: Wed, 29 Jul 2020 11:27:53 -0700 [thread overview]
Message-ID: <20200729182753.GA29219@xilinx.com> (raw)
In-Reply-To: <20200728223739.GV13753@pendragon.ideasonboard.com>
Hi Colin,
Thanks for the patch.
On Tue, Jul 28, 2020 at 03:37:39PM -0700, Laurent Pinchart wrote:
> Hi Colin,
>
> Thank you for the patch.
>
> On Fri, Jul 24, 2020 at 12:12:58PM +0100, Colin King wrote:
> > From: Colin Ian King <colin.king@canonical.com>
> >
> > There is a spelling mistake in a dev_dbg messages. Fix it.
>
> There is a spelling mistake in the commit message, s/xln/xlnx/ ;-)
>
> > Signed-off-by: Colin Ian King <colin.king@canonical.com>
>
> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
>
Reviewed-by: Hyun Kwon <hyun.kwon@xilinx.com>
I'll fix the commit message and commit this change to drm-misc-next-fixes soon.
Thanks,
-hyun
> > ---
> > drivers/gpu/drm/xlnx/zynqmp_dp.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/gpu/drm/xlnx/zynqmp_dp.c b/drivers/gpu/drm/xlnx/zynqmp_dp.c
> > index 821f7a71e182..0e1c818746eb 100644
> > --- a/drivers/gpu/drm/xlnx/zynqmp_dp.c
> > +++ b/drivers/gpu/drm/xlnx/zynqmp_dp.c
> > @@ -1308,7 +1308,7 @@ zynqmp_dp_connector_detect(struct drm_connector *connector, bool force)
> > ret = drm_dp_dpcd_read(&dp->aux, 0x0, dp->dpcd,
> > sizeof(dp->dpcd));
> > if (ret < 0) {
> > - dev_dbg(dp->dev, "DPCD read failes");
> > + dev_dbg(dp->dev, "DPCD read failed");
> > goto disconnected;
> > }
> >
>
> --
> Regards,
>
> Laurent Pinchart
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Hyun Kwon <hyun.kwon@xilinx.com>
To: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: David Airlie <airlied@linux.ie>,
"kernel-janitors@vger.kernel.org"
<kernel-janitors@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"dri-devel@lists.freedesktop.org"
<dri-devel@lists.freedesktop.org>,
Michal Simek <michals@xilinx.com>,
Colin King <colin.king@canonical.com>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH][next] drm: xln: fix spelling mistake "failes" -> "failed"
Date: Wed, 29 Jul 2020 11:27:53 -0700 [thread overview]
Message-ID: <20200729182753.GA29219@xilinx.com> (raw)
In-Reply-To: <20200728223739.GV13753@pendragon.ideasonboard.com>
Hi Colin,
Thanks for the patch.
On Tue, Jul 28, 2020 at 03:37:39PM -0700, Laurent Pinchart wrote:
> Hi Colin,
>
> Thank you for the patch.
>
> On Fri, Jul 24, 2020 at 12:12:58PM +0100, Colin King wrote:
> > From: Colin Ian King <colin.king@canonical.com>
> >
> > There is a spelling mistake in a dev_dbg messages. Fix it.
>
> There is a spelling mistake in the commit message, s/xln/xlnx/ ;-)
>
> > Signed-off-by: Colin Ian King <colin.king@canonical.com>
>
> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
>
Reviewed-by: Hyun Kwon <hyun.kwon@xilinx.com>
I'll fix the commit message and commit this change to drm-misc-next-fixes soon.
Thanks,
-hyun
> > ---
> > drivers/gpu/drm/xlnx/zynqmp_dp.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/gpu/drm/xlnx/zynqmp_dp.c b/drivers/gpu/drm/xlnx/zynqmp_dp.c
> > index 821f7a71e182..0e1c818746eb 100644
> > --- a/drivers/gpu/drm/xlnx/zynqmp_dp.c
> > +++ b/drivers/gpu/drm/xlnx/zynqmp_dp.c
> > @@ -1308,7 +1308,7 @@ zynqmp_dp_connector_detect(struct drm_connector *connector, bool force)
> > ret = drm_dp_dpcd_read(&dp->aux, 0x0, dp->dpcd,
> > sizeof(dp->dpcd));
> > if (ret < 0) {
> > - dev_dbg(dp->dev, "DPCD read failes");
> > + dev_dbg(dp->dev, "DPCD read failed");
> > goto disconnected;
> > }
> >
>
> --
> Regards,
>
> Laurent Pinchart
_______________________________________________
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: Hyun Kwon <hyun.kwon@xilinx.com>
To: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: Colin King <colin.king@canonical.com>,
David Airlie <airlied@linux.ie>, Daniel Vetter <daniel@ffwll.ch>,
Michal Simek <michals@xilinx.com>,
"dri-devel@lists.freedesktop.org"
<dri-devel@lists.freedesktop.org>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"kernel-janitors@vger.kernel.org"
<kernel-janitors@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH][next] drm: xln: fix spelling mistake "failes" -> "failed"
Date: Wed, 29 Jul 2020 11:27:53 -0700 [thread overview]
Message-ID: <20200729182753.GA29219@xilinx.com> (raw)
In-Reply-To: <20200728223739.GV13753@pendragon.ideasonboard.com>
Hi Colin,
Thanks for the patch.
On Tue, Jul 28, 2020 at 03:37:39PM -0700, Laurent Pinchart wrote:
> Hi Colin,
>
> Thank you for the patch.
>
> On Fri, Jul 24, 2020 at 12:12:58PM +0100, Colin King wrote:
> > From: Colin Ian King <colin.king@canonical.com>
> >
> > There is a spelling mistake in a dev_dbg messages. Fix it.
>
> There is a spelling mistake in the commit message, s/xln/xlnx/ ;-)
>
> > Signed-off-by: Colin Ian King <colin.king@canonical.com>
>
> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
>
Reviewed-by: Hyun Kwon <hyun.kwon@xilinx.com>
I'll fix the commit message and commit this change to drm-misc-next-fixes soon.
Thanks,
-hyun
> > ---
> > drivers/gpu/drm/xlnx/zynqmp_dp.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/gpu/drm/xlnx/zynqmp_dp.c b/drivers/gpu/drm/xlnx/zynqmp_dp.c
> > index 821f7a71e182..0e1c818746eb 100644
> > --- a/drivers/gpu/drm/xlnx/zynqmp_dp.c
> > +++ b/drivers/gpu/drm/xlnx/zynqmp_dp.c
> > @@ -1308,7 +1308,7 @@ zynqmp_dp_connector_detect(struct drm_connector *connector, bool force)
> > ret = drm_dp_dpcd_read(&dp->aux, 0x0, dp->dpcd,
> > sizeof(dp->dpcd));
> > if (ret < 0) {
> > - dev_dbg(dp->dev, "DPCD read failes");
> > + dev_dbg(dp->dev, "DPCD read failed");
> > goto disconnected;
> > }
> >
>
> --
> Regards,
>
> Laurent Pinchart
next prev parent reply other threads:[~2020-07-29 18:27 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-24 11:12 [PATCH][next] drm: xln: fix spelling mistake "failes" -> "failed" Colin King
2020-07-24 11:12 ` Colin King
2020-07-24 11:12 ` Colin King
2020-07-24 11:12 ` Colin King
2020-07-28 22:37 ` Laurent Pinchart
2020-07-28 22:37 ` Laurent Pinchart
2020-07-28 22:37 ` Laurent Pinchart
2020-07-28 22:37 ` Laurent Pinchart
2020-07-29 18:27 ` Hyun Kwon [this message]
2020-07-29 18:27 ` Hyun Kwon
2020-07-29 18:27 ` Hyun Kwon
2020-07-29 18:27 ` Hyun Kwon
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=20200729182753.GA29219@xilinx.com \
--to=hyun.kwon@xilinx.com \
--cc=airlied@linux.ie \
--cc=colin.king@canonical.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=kernel-janitors@vger.kernel.org \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=michals@xilinx.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.