From nobody Fri Apr 17 22:31:12 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D924EC43334 for ; Thu, 21 Jul 2022 06:10:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232050AbiGUGKF (ORCPT ); Thu, 21 Jul 2022 02:10:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60084 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229644AbiGUGKD (ORCPT ); Thu, 21 Jul 2022 02:10:03 -0400 Received: from mail-m973.mail.163.com (mail-m973.mail.163.com [123.126.97.3]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 9A6D97AC29 for ; Wed, 20 Jul 2022 23:10:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=163.com; s=s110527; h=From:Subject:Date:Message-Id:MIME-Version; bh=8fb4x 1akCvlUXUMioyKceSFntPYEMvNKMVv5UYR2aeY=; b=QCIr1DZn8/FhJ/NS0YKTG BK1SqIc5VDjk2PyHZakZqCcFiEnIrV2vg1n9WId4mydKguhOHv9zSUyCiw/LT5/K lU3M7SQgdCodo/K58NmDDuzIv3DO6bEUwV6UEitZgtJOlitQBi+yNncvp9yy7CWX EOjyTic5gIfUrivRCXsNiQ= Received: from localhost.localdomain (unknown [112.97.57.47]) by smtp3 (Coremail) with SMTP id G9xpCgBHzl6r7dhiL36xQQ--.2111S2; Thu, 21 Jul 2022 14:09:50 +0800 (CST) From: Slark Xiao To: alexander.deucher@amd.com, christian.koenig@amd.com, Xinhui.Pan@amd.com, daniel@ffwll.ch, airlied@linux.ie Cc: amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Slark Xiao Subject: [PATCH] drm/amd: Fix typo 'the the' in comment Date: Thu, 21 Jul 2022 14:09:46 +0800 Message-Id: <20220721060946.46462-1-slark_xiao@163.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-CM-TRANSID: G9xpCgBHzl6r7dhiL36xQQ--.2111S2 X-Coremail-Antispam: 1Uf129KBjvJXoW7ZFykXFWUXw15Kw4rAFWkZwb_yoW8uFW3pF W8Krs2kFyDZa42q347Ga4YvFn5JayqgFWrCFnrW398u3W5AFy8ZFnxKrW8JrWkKr4xCr42 yrn8W3yY9r1qqr7anT9S1TB71UUUUUUqnTZGkaVYY2UrUUUUjbIjqfuFe4nvWSU5nxnvy2 9KBjDUYxBIdaVFxhVjvjDU0xZFpf9x0z_xR6AUUUUU= X-Originating-IP: [112.97.57.47] X-CM-SenderInfo: xvod2y5b0lt0i6rwjhhfrp/1tbiGQ5FZFyPdl3FkwAAsY Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Replace 'the the' with 'the' in the comment. Signed-off-by: Slark Xiao --- drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c | 2 +- drivers/gpu/drm/amd/include/atombios.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c b/drivers/gpu/drm/am= d/amdgpu/amdgpu_fence.c index ff659d4f772b..8adeb7469f1e 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c @@ -47,7 +47,7 @@ * for GPU/CPU synchronization. When the fence is written, * it is expected that all buffers associated with that fence * are no longer in use by the associated ring on the GPU and - * that the the relevant GPU caches have been flushed. + * that the relevant GPU caches have been flushed. */ =20 struct amdgpu_fence { diff --git a/drivers/gpu/drm/amd/include/atombios.h b/drivers/gpu/drm/amd/i= nclude/atombios.h index 1f9df4e7509b..15943bc21bc5 100644 --- a/drivers/gpu/drm/amd/include/atombios.h +++ b/drivers/gpu/drm/amd/include/atombios.h @@ -3255,8 +3255,8 @@ ucMaxNBVoltageHigh: Voltage regulator dependent P= WM value. High 8 bits of t ucMinNBVoltageHigh: Voltage regulator dependent PWM value. High 8 bits= of the value for the min voltage.Set this one to 0x00 if VC without PWM or= no VC at all. =20 =20 -usInterNBVoltageLow: Voltage regulator dependent PWM value. The value m= akes the the voltage >=3DMin NB voltage but <=3DInterNBVoltageHigh. Set thi= s to 0x0000 if VC without PWM or no VC at all. -usInterNBVoltageHigh: Voltage regulator dependent PWM value. The value m= akes the the voltage >=3DInterNBVoltageLow but <=3DMax NB voltage.Set this = to 0x0000 if VC without PWM or no VC at all. +usInterNBVoltageLow: Voltage regulator dependent PWM value. The value m= akes the voltage >=3DMin NB voltage but <=3DInterNBVoltageHigh. Set this to= 0x0000 if VC without PWM or no VC at all. +usInterNBVoltageHigh: Voltage regulator dependent PWM value. The value m= akes the voltage >=3DInterNBVoltageLow but <=3DMax NB voltage.Set this to 0= x0000 if VC without PWM or no VC at all. */ =20 =20 --=20 2.25.1