From nobody Sun May 10 17:11:24 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 B01E8C433EF for ; Fri, 29 Apr 2022 01:51:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1354065AbiD2Byz (ORCPT ); Thu, 28 Apr 2022 21:54:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46588 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231922AbiD2Byy (ORCPT ); Thu, 28 Apr 2022 21:54:54 -0400 Received: from nksmu.kylinos.cn (mailgw.kylinos.cn [123.150.8.42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 108CA78FDD for ; Thu, 28 Apr 2022 18:51:34 -0700 (PDT) X-UUID: 2ab20950c02e4493b64e1d83814cadc0-20220429 X-UUID: 2ab20950c02e4493b64e1d83814cadc0-20220429 Received: from cs2c.com.cn [(172.17.111.24)] by nksmu.kylinos.cn (envelope-from ) (Generic MTA) with ESMTP id 54080229; Fri, 29 Apr 2022 09:49:55 +0800 X-ns-mid: postfix-626B449E-3508122180 Received: from localhost.localdomain (unknown [172.20.4.120]) by cs2c.com.cn (NSMail) with ESMTPA id 20BCC3848647; Fri, 29 Apr 2022 01:51:26 +0000 (UTC) From: pengfuyuan To: Alex Deucher Cc: christian.koenig@amd.com, Xinhui.Pan@amd.com, David Airlie , Daniel Vetter , amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, pengfuyuan Subject: [PATCH] gpu/drm/radeon: Fix spelling typo in comments Date: Fri, 29 Apr 2022 09:51:14 +0800 Message-Id: <20220429015114.29795-1-pengfuyuan@kylinos.cn> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Fix spelling typo in comments. Signed-off-by: pengfuyuan --- drivers/gpu/drm/radeon/atombios.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/drm/radeon/atombios.h b/drivers/gpu/drm/radeon/ato= mbios.h index bd5dc09e860f..da35a970fcc0 100644 --- a/drivers/gpu/drm/radeon/atombios.h +++ b/drivers/gpu/drm/radeon/atombios.h @@ -3599,7 +3599,7 @@ typedef struct _ATOM_LCD_RTS_RECORD UCHAR ucRTSValue; }ATOM_LCD_RTS_RECORD; =20 -//!! If the record below exits, it shoud always be the first record for ea= sy use in command table!!!=20 +//!! If the record below exists, it should always be the first record for = easy use in command table!!! // The record below is only used when LVDS_Info is present. From ATOM_LVDS= _INFO_V12, use ucLCDPanel_SpecialHandlingCap instead. typedef struct _ATOM_LCD_MODE_CONTROL_CAP { @@ -3823,7 +3823,7 @@ typedef struct _ATOM_DPCD_INFO // Note1: This table is filled by SetBiosReservationStartInFB in CoreCommS= ubs.asm // at running time. =20 // note2: From RV770, the memory is more than 32bit addressable, so we wil= l change=20 -// ucTableFormatRevision=3D1,ucTableContentRevision=3D4, the strcut= ure remains=20 +// ucTableFormatRevision=3D1,ucTableContentRevision=3D4, the struct= ure remains // exactly same as 1.1 and 1.2 (1.3 is never in use), but ulStartAd= drUsedByFirmware=20 // (in offset to start of memory address) is KB aligned instead of = byte aligend. /*************************************************************************= **********/=09 @@ -3858,7 +3858,7 @@ typedef struct _ATOM_VRAM_USAGE_BY_FIRMWARE ATOM_FIRMWARE_VRAM_RESERVE_INFO asFirmwareVramReserveInfo[ATOM_MAX_FIRMW= ARE_VRAM_USAGE_INFO]; }ATOM_VRAM_USAGE_BY_FIRMWARE; =20 -// change verion to 1.5, when allow driver to allocate the vram area for c= ommand table access.=20 +// change version to 1.5, when allow driver to allocate the vram area for = command table access. typedef struct _ATOM_FIRMWARE_VRAM_RESERVE_INFO_V1_5 { ULONG ulStartAddrUsedByFirmware; @@ -5973,7 +5973,7 @@ typedef struct _ATOM_ASIC_INTERNAL_SS_INFO_V3 #define CLEAR_ATOM_S7_DOS_8BIT_DAC_EN ((ATOM_DOS_MODE_INFO_DEF << = 8 )|ATOM_S7_DOS_8BIT_DAC_EN_SHIFT | ATOM_FLAG_CLEAR ) =20 /*************************************************************************= ***/=09 -//Portion II: Definitinos only used in Driver +//Portion II: Definitions only used in Driver /*************************************************************************= ***/ =20 // Macros used by driver @@ -7162,7 +7162,7 @@ typedef struct _DP_ENCODER_SERVICE_PARAMETERS =20 // ucAction #define ATOM_DP_ACTION_GET_SINK_TYPE 0x01 -/* obselete */ +/* obsolete */ #define ATOM_DP_ACTION_TRAINING_START 0x02 #define ATOM_DP_ACTION_TRAINING_COMPLETE 0x03 #define ATOM_DP_ACTION_TRAINING_PATTERN_SEL 0x04 --=20 2.25.1