Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp408291yba; Thu, 18 Apr 2019 03:26:26 -0700 (PDT) X-Google-Smtp-Source: APXvYqz9L/QLIB0OmZwO0YrEdDobJU7ZX/ubtuJeCdMCmu+B6kWU5Vpljgq5sjTxHyU34vHeRvo9 X-Received: by 2002:a62:1bc7:: with SMTP id b190mr96442167pfb.29.1555583186094; Thu, 18 Apr 2019 03:26:26 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1555583186; cv=none; d=google.com; s=arc-20160816; b=S1JIH8Ovzm2xYhNjdMJUAsL8DxVt6O1qlvBijkmLL8pWdZyQK95qkb4G6y+zYK9j7u udh9EaTrw6TcKnqavrOgTMa9r17KW52akJsu11THzbrKsVSHlEaK/vs7dUARY6AX3+hf ubadD8h6UoTGjnTZPOy0ISabA5I3m85yYWYCFH/LLBEygWBUBgTHIpwJwYEY3C9K39gF IZI1qqYySwxD45Kfrp82ZVJTzucgRSd+7uyEoCbiZ/H7Kq99uSan/wx63oPiYWc++ooq /mgkrAqzYCiNK7ghI6TCU0ipdOqvywU6cP96pXGwDwM+g5nYotg6c665L43iQOfBDe2A 8mrg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=8ehM2Z6iT5HSD1spfhOt0aaGU2jx5nLycrEY3KSrM8Y=; b=fk1VHmWNa7KpkgDGecWsHucRmoPy4eXBTwHFM3ihxn8VWl33o231WoP19DYsy6s2x1 +D7OXLxeC9LcgTJBw/SMDQ5vuJCylI7BtT7lDNL71f7BCmLOfx3Cz0VaiOcKgEbOZpdY hritUEkQTbk2E94aU0nOp+utUr/zKc3sxIDSHMLVlTQDnHKq+RoJWVsXEUha2w3jlYMw H1g04y4oebqAm84vRabKQnwo+QLXOTpOYxajINLduSk8khwN2d8/P6JwGpvJVQJpOKNK cWdWL442aKP45mWsMy363vi55eN2N4NYqPzzVyzs+Zd+lrB5IWFgoevc/Qqi1nELuVVe KJ1g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=canonical.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id m12si1539376pgc.157.2019.04.18.03.26.10; Thu, 18 Apr 2019 03:26:26 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=canonical.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388472AbfDRKZQ (ORCPT + 99 others); Thu, 18 Apr 2019 06:25:16 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:35349 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728074AbfDRKZQ (ORCPT ); Thu, 18 Apr 2019 06:25:16 -0400 Received: from 1.general.cking.uk.vpn ([10.172.193.212] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1hH4EA-0006p2-QZ; Thu, 18 Apr 2019 10:25:10 +0000 From: Colin King To: Alex Deucher , =?UTF-8?q?Christian=20K=C3=B6nig?= , David Zhou , David Airlie , Daniel Vetter , amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] drm/amd/amdgpu: fix spelling mistake "recieve" -> "receive" Date: Thu, 18 Apr 2019 11:25:10 +0100 Message-Id: <20190418102510.10253-1-colin.king@canonical.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Colin Ian King There is a spelling mistake in a pr_err message. Fix it. Signed-off-by: Colin Ian King --- 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; } -- 2.20.1