[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CACO55ttEnpLTJspqb23RaqNZHms3TM030hZZcFVsBojBskLnDA@mail.gmail.com>
Date: Thu, 13 Jul 2023 11:10:41 +0200
From: Karol Herbst <kherbst@...hat.com>
To: sunran001@...suo.com
Cc: airlied@...il.com, daniel@...ll.ch, nouveau@...ts.freedesktop.org,
linux-kernel@...r.kernel.org, dri-devel@...ts.freedesktop.org
Subject: Re: [PATCH] drm/nouveau/pci: ERROR: "foo * bar" should be "foo *bar"
On Mon, Jul 10, 2023 at 9:23 AM <sunran001@...suo.com> wrote:
>
> Signed-off-by: Ran Sun <sunran001@...suo.com>
> ---
> drivers/gpu/drm/nouveau/nvkm/subdev/pci/gk104.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/pci/gk104.c
> b/drivers/gpu/drm/nouveau/nvkm/subdev/pci/gk104.c
> index 6be87ecffc89..bc51987c5f5f 100644
> --- a/drivers/gpu/drm/nouveau/nvkm/subdev/pci/gk104.c
> +++ b/drivers/gpu/drm/nouveau/nvkm/subdev/pci/gk104.c
> @@ -147,7 +147,7 @@ gk104_pcie_set_link_speed(struct nvkm_pci *pci, enum
> nvkm_pcie_speed speed)
> }
>
> static int
> -gk104_pcie_init(struct nvkm_pci * pci)
> +gk104_pcie_init(struct nvkm_pci *pci)
> {
> enum nvkm_pcie_speed lnkctl_speed, max_speed, cap_speed;
> struct nvkm_subdev *subdev = &pci->subdev;
>
Reviewed-by: Karol Herbst <kherbst@...hat.com>
Powered by blists - more mailing lists