From patchwork Sun Apr 3 18:48:11 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Engestrom X-Patchwork-Id: 8735491 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.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 7AB3C9F3D1 for ; Mon, 4 Apr 2016 00:24:36 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id A6B6B20204 for ; Mon, 4 Apr 2016 00:24:35 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id 56D4D20212 for ; Mon, 4 Apr 2016 00:24:34 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 5A6866E198; Mon, 4 Apr 2016 00:24:27 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-lb0-f196.google.com (mail-lb0-f196.google.com [209.85.217.196]) by gabe.freedesktop.org (Postfix) with ESMTPS id 7473D6E0A0 for ; Sun, 3 Apr 2016 18:48:39 +0000 (UTC) Received: by mail-lb0-f196.google.com with SMTP id q4so18158020lbq.3 for ; Sun, 03 Apr 2016 11:48:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=fQzAKnxAKXnpobF8ehg0btB4OomPCAlaFE1xrD4ahTM=; b=SrFWT/8DxONmUZCManMId0l9pXitXCne9nnr0vNnOvegBVoJiGSmLphjwVNX4fD0V3 7zEhhdBiDUCIRg3QLymo1e+CQhgSu9Q2J9E+8zgbK1UtljR2RvSbym0gCpKjeRlgbpvJ IcrBkSwqfUKCWia+stbbRyqJ+DOPgvf7RaiKI5w+zIFyNUCSyYc4Uw2QxoAjK5eKAECI +6ULftW0UmtWFOJvv2Lp85vSQbOeAsrnj1k+0yCSMeNqF1VqE6UccDqTDsCz80L6JOhI dAc1sgHNW/RaIbjtX6k7l9rFCupqsf+mEz67goIQVzWd2IA3yRJdZ6UPj0FYArAS96Y1 GHSQ== X-Gm-Message-State: AD7BkJLNZAfEqF4c8FeWitD3ai1x5PSzHtBaJUboTbOi3G5uzyAVDLkfkFcdn0mDiGayKQ== X-Received: by 10.28.45.212 with SMTP id t203mr8223024wmt.71.1459709316978; Sun, 03 Apr 2016 11:48:36 -0700 (PDT) Received: from Eric-XPS.localdomain (0545748a.skybroadband.com. [5.69.116.138]) by smtp.gmail.com with ESMTPSA id i206sm9924882wmf.1.2016.04.03.11.48.36 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 03 Apr 2016 11:48:36 -0700 (PDT) From: Eric Engestrom To: dri-devel@lists.freedesktop.org Subject: [PATCH libdrm 6/7] tests: Fix spelling mistakes Date: Sun, 3 Apr 2016 19:48:11 +0100 Message-Id: <1459709292-5153-6-git-send-email-eric@engestrom.ch> X-Mailer: git-send-email 2.8.0 In-Reply-To: <1459709292-5153-1-git-send-email-eric@engestrom.ch> References: <1459709292-5153-1-git-send-email-eric@engestrom.ch> X-Mailman-Approved-At: Mon, 04 Apr 2016 00:23:50 +0000 Cc: Eric Engestrom X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Spam-Status: No, score=-5.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, 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 Signed-off-by: Eric Engestrom --- tests/amdgpu/basic_tests.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/amdgpu/basic_tests.c b/tests/amdgpu/basic_tests.c index 4ef6014..599c090 100644 --- a/tests/amdgpu/basic_tests.c +++ b/tests/amdgpu/basic_tests.c @@ -803,7 +803,7 @@ static void amdgpu_command_submission_write_linear_helper(unsigned ip_type) resources[0] = bo; - /* fullfill PM4: test DMA write-linear */ + /* fulfill PM4: test DMA write-linear */ i = j = 0; if (ip_type == AMDGPU_HW_IP_DMA) { pm4[i++] = SDMA_PACKET(SDMA_OPCODE_WRITE, @@ -902,7 +902,7 @@ static void amdgpu_command_submission_const_fill_helper(unsigned ip_type) resources[0] = bo; - /* fullfill PM4: test DMA const fill */ + /* fulfill PM4: test DMA const fill */ i = j = 0; if (ip_type == AMDGPU_HW_IP_DMA) { pm4[i++] = SDMA_PACKET(SDMA_OPCODE_CONSTANT_FILL, 0, @@ -1020,7 +1020,7 @@ static void amdgpu_command_submission_copy_linear_helper(unsigned ip_type) resources[0] = bo1; resources[1] = bo2; - /* fullfill PM4: test DMA copy linear */ + /* fulfill PM4: test DMA copy linear */ i = j = 0; if (ip_type == AMDGPU_HW_IP_DMA) { pm4[i++] = SDMA_PACKET(SDMA_OPCODE_COPY, SDMA_COPY_SUB_OPCODE_LINEAR, 0);