From patchwork Thu May 26 06:27:57 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: pengfuyuan X-Patchwork-Id: 576335 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 87628C433EF for ; Thu, 26 May 2022 06:28:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245095AbiEZG2d (ORCPT ); Thu, 26 May 2022 02:28:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46340 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231466AbiEZG2c (ORCPT ); Thu, 26 May 2022 02:28:32 -0400 Received: from nksmu.kylinos.cn (mailgw.kylinos.cn [123.150.8.42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5E7A9BC6EB; Wed, 25 May 2022 23:28:30 -0700 (PDT) X-UUID: 1fcc9c13c4904a2fb9047121447749a4-20220526 X-UUID: 1fcc9c13c4904a2fb9047121447749a4-20220526 Received: from cs2c.com.cn [(172.17.111.24)] by nksmu.kylinos.cn (envelope-from ) (Generic MTA) with ESMTP id 1815677509; Thu, 26 May 2022 14:31:21 +0800 X-ns-mid: postfix-628F1E05-2327746001 Received: from localhost.localdomain (unknown [172.20.4.120]) by cs2c.com.cn (NSMail) with ESMTPA id 1B8DE3848645; Thu, 26 May 2022 06:28:21 +0000 (UTC) From: pengfuyuan To: Helge Deller Cc: linux-fbdev@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, pengfuyuan Subject: [PATCH] radeon: Fix spelling typo in comment Date: Thu, 26 May 2022 14:27:57 +0800 Message-Id: <20220526062757.1155581-1-pengfuyuan@kylinos.cn> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-fbdev@vger.kernel.org Fix spelling typo in comment. Signed-off-by: pengfuyuan --- include/video/radeon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/video/radeon.h b/include/video/radeon.h index 005eae19ec09..72f94ccfa725 100644 --- a/include/video/radeon.h +++ b/include/video/radeon.h @@ -750,7 +750,7 @@ #define WAIT_DMA_GUI_IDLE (1 << 9) #define WAIT_2D_IDLECLEAN (1 << 16) -/* SURFACE_CNTL bit consants */ +/* SURFACE_CNTL bit constants */ #define SURF_TRANSLATION_DIS (1 << 8) #define NONSURF_AP0_SWP_16BPP (1 << 20) #define NONSURF_AP0_SWP_32BPP (1 << 21)