lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <CADnq5_PF+1fVOXaZh=F7tw=YzB48b1qHJHW56nEFhvUygQPd0Q@mail.gmail.com> Date: Fri, 19 Apr 2019 11:05:11 -0400 From: Alex Deucher <alexdeucher@...il.com> To: Mukesh Ojha <mojha@...eaurora.org> Cc: Colin King <colin.king@...onical.com>, Alex Deucher <alexander.deucher@....com>, Christian König <christian.koenig@....com>, David Zhou <David1.Zhou@....com>, David Airlie <airlied@...ux.ie>, Daniel Vetter <daniel@...ll.ch>, amd-gfx list <amd-gfx@...ts.freedesktop.org>, Maling list - DRI developers <dri-devel@...ts.freedesktop.org>, kernel-janitors@...r.kernel.org, LKML <linux-kernel@...r.kernel.org> Subject: Re: [PATCH] drm/amd/amdgpu: fix spelling mistake "recieve" -> "receive" On Thu, Apr 18, 2019 at 1:58 PM Mukesh Ojha <mojha@...eaurora.org> wrote: > > > On 4/18/2019 3:55 PM, Colin King wrote: > > From: Colin Ian King <colin.king@...onical.com> > > > > There is a spelling mistake in a pr_err message. Fix it. > > > > Signed-off-by: Colin Ian King <colin.king@...onical.com> > Reviewed-by: Mukesh Ojha <mojha@...eaurora.org> Applied. thanks! Alex > > Cheers, > -Mukesh > > --- > > drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c b/drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c > > index 6a0fcd67662a..aef9d059ae52 100644 > > --- a/drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c > > +++ b/drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c > > @@ -515,7 +515,7 @@ static void xgpu_vi_mailbox_flr_work(struct work_struct *work) > > > > /* wait until RCV_MSG become 3 */ > > if (xgpu_vi_poll_msg(adev, IDH_FLR_NOTIFICATION_CMPL)) { > > - pr_err("failed to recieve FLR_CMPL\n"); > > + pr_err("failed to receive FLR_CMPL\n"); > > return; > > } > > > _______________________________________________ > dri-devel mailing list > dri-devel@...ts.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/dri-devel
Powered by blists - more mailing lists