LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Karol Herbst <kherbst@redhat.com>
To: Yang Yingliang <yangyingliang@huawei.com>
Cc: LKML <linux-kernel@vger.kernel.org>,
nouveau <nouveau@lists.freedesktop.org>,
Ben Skeggs <bskeggs@redhat.com>
Subject: Re: [Nouveau] [PATCH -next] drm/nouveau/gem: remove redundant semi-colon
Date: Tue, 5 Oct 2021 23:05:16 +0200 [thread overview]
Message-ID: <CACO55ttptSsD05p5b8GWnBfjSoN-QK6N5urR-JUthqWeiprB8A@mail.gmail.com> (raw)
In-Reply-To: <20210401141731.1684236-1-yangyingliang@huawei.com>
Reviewed-by: Karol Herbst <kherbst@redhat.com>
sorry for the late response though.
On Fri, Apr 2, 2021 at 12:28 AM Yang Yingliang <yangyingliang@huawei.com> wrote:
>
> Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
> ---
> drivers/gpu/drm/nouveau/nouveau_gem.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/nouveau/nouveau_gem.c b/drivers/gpu/drm/nouveau/nouveau_gem.c
> index c88cbb85f101..492e6794c5e6 100644
> --- a/drivers/gpu/drm/nouveau/nouveau_gem.c
> +++ b/drivers/gpu/drm/nouveau/nouveau_gem.c
> @@ -303,7 +303,7 @@ nouveau_gem_set_domain(struct drm_gem_object *gem, uint32_t read_domains,
> struct ttm_buffer_object *bo = &nvbo->bo;
> uint32_t domains = valid_domains & nvbo->valid_domains &
> (write_domains ? write_domains : read_domains);
> - uint32_t pref_domains = 0;;
> + uint32_t pref_domains = 0;
>
> if (!domains)
> return -EINVAL;
> --
> 2.25.1
>
> _______________________________________________
> Nouveau mailing list
> Nouveau@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/nouveau
>
prev parent reply other threads:[~2021-10-05 21:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-01 14:17 Yang Yingliang
2021-10-05 21:05 ` Karol Herbst [this message]
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=CACO55ttptSsD05p5b8GWnBfjSoN-QK6N5urR-JUthqWeiprB8A@mail.gmail.com \
--to=kherbst@redhat.com \
--cc=bskeggs@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=nouveau@lists.freedesktop.org \
--cc=yangyingliang@huawei.com \
--subject='Re: [Nouveau] [PATCH -next] drm/nouveau/gem: remove redundant semi-colon' \
/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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).