From patchwork Tue Mar 4 20:51:35 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alex Deucher X-Patchwork-Id: 3767351 Return-Path: X-Original-To: patchwork-dri-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id F3BD69F1EE for ; Tue, 4 Mar 2014 20:51:49 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 2832D2022F for ; Tue, 4 Mar 2014 20:51:49 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id 5EEE020225 for ; Tue, 4 Mar 2014 20:51:47 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 84E08FADAB; Tue, 4 Mar 2014 12:51:45 -0800 (PST) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-qc0-f174.google.com (mail-qc0-f174.google.com [209.85.216.174]) by gabe.freedesktop.org (Postfix) with ESMTP id 7A729FADAB for ; Tue, 4 Mar 2014 12:51:44 -0800 (PST) Received: by mail-qc0-f174.google.com with SMTP id x13so99771qcv.19 for ; Tue, 04 Mar 2014 12:51:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=tzq4FQijsaenKv/6Tqpqr6/5o5WadvVZIN+xegudyEo=; b=IHycTKTG7Bf1yBnKqOgGNH4FAFtJeIE2iPvXBhiZRuycpxInR7NpsQwl/97NQrBYn1 QbAK0W8itKN8awl6oHJ2QZUeIZSCkQuEt6Eq3Ppc0VvGCPr3DbOK/3Eq8A/wttb6mFKI XMGYzlDdUe83UTZaVR+j0/2lJNZA4V4KRsyuZfPp1oBhiONu8O5sC3cS0f/pG4ZUuzXw IvSDGeJDx+wZJnpiYgo3/5pjexi3j7+swNmoD687HhDnUiBdvifVAdVHLMiSYzCADFE8 P4QBX7bz19bRwEAJ2EZnUnK8SrhIHGgWalreaRv6nRi2148u5+hkuBAxUT0ccqhyCNCO eqnQ== X-Received: by 10.229.98.135 with SMTP id q7mr2409832qcn.12.1393966300827; Tue, 04 Mar 2014 12:51:40 -0800 (PST) Received: from localhost.localdomain (static-74-96-105-49.washdc.fios.verizon.net. [74.96.105.49]) by mx.google.com with ESMTPSA id u20sm146303qge.2.2014.03.04.12.51.40 for (version=TLSv1.2 cipher=AES128-GCM-SHA256 bits=128/128); Tue, 04 Mar 2014 12:51:40 -0800 (PST) From: Alex Deucher To: dri-devel@lists.freedesktop.org Subject: [PATCH] drm/radeon/cik: fix typo in documentation Date: Tue, 4 Mar 2014 15:51:35 -0500 Message-Id: <1393966295-26167-1-git-send-email-alexander.deucher@amd.com> X-Mailer: git-send-email 1.8.3.1 Cc: Alex Deucher X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: dri-devel-bounces@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Copy-paste typo. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/cik.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/radeon/cik.c b/drivers/gpu/drm/radeon/cik.c index a6d1e6c..e22be84 100644 --- a/drivers/gpu/drm/radeon/cik.c +++ b/drivers/gpu/drm/radeon/cik.c @@ -3046,7 +3046,7 @@ static u32 cik_create_bitmask(u32 bit_width) } /** - * cik_select_se_sh - select which SE, SH to address + * cik_get_rb_disabled - computes the mask of disabled RBs * * @rdev: radeon_device pointer * @max_rb_num: max RBs (render backends) for the asic