From nobody Sun May 10 19:15:15 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 9BB89C47082 for ; Tue, 26 Apr 2022 09:37:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348794AbiDZJkk (ORCPT ); Tue, 26 Apr 2022 05:40:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60482 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1347189AbiDZJOC (ORCPT ); Tue, 26 Apr 2022 05:14:02 -0400 Received: from nksmu.kylinos.cn (mailgw.kylinos.cn [123.150.8.42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CB034183FB1 for ; Tue, 26 Apr 2022 01:50:19 -0700 (PDT) X-UUID: a86d9c48cb624fe087b56add348e97a3-20220426 X-UUID: a86d9c48cb624fe087b56add348e97a3-20220426 Received: from cs2c.com.cn [(172.17.111.24)] by nksmu.kylinos.cn (envelope-from ) (Generic MTA) with ESMTP id 923068118; Tue, 26 Apr 2022 16:48:37 +0800 X-ns-mid: postfix-6267B23C-7950086977 Received: from localhost.localdomain (unknown [172.20.108.41]) by cs2c.com.cn (NSMail) with ESMTPA id 8C844383B46C; Tue, 26 Apr 2022 08:50:04 +0000 (UTC) From: Zhenneng Li To: Alex Deucher Cc: =?UTF-8?q?Christian=20K=C3=B6nig?= , Xinhui.Pan@amd.com, David Airlie , Daniel Vetter , amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Zhenneng Li Subject: [PATCH] gpu/drm/radeon: Fix typo in comments Date: Tue, 26 Apr 2022 16:49:59 +0800 Message-Id: <20220426084959.3345358-1-lizhenneng@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" Signed-off-by: Zhenneng Li --- drivers/gpu/drm/radeon/atombios.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/radeon/atombios.h b/drivers/gpu/drm/radeon/ato= mbios.h index bd5dc09e860f..6ccc9f31689f 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 exits, it should always be the first record for e= asy 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; --=20 2.25.1