From patchwork Sun Apr 3 18:48:06 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Engestrom X-Patchwork-Id: 8735441 Return-Path: X-Original-To: patchwork-dri-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id F2DC1C0553 for ; Mon, 4 Apr 2016 00:24:19 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id E8FF020204 for ; Mon, 4 Apr 2016 00:24:18 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id 325C4201E4 for ; Mon, 4 Apr 2016 00:24:18 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 151866E178; Mon, 4 Apr 2016 00:23:53 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-lf0-f67.google.com (mail-lf0-f67.google.com [209.85.215.67]) by gabe.freedesktop.org (Postfix) with ESMTPS id 3D2BC6E0A9 for ; Sun, 3 Apr 2016 18:48:35 +0000 (UTC) Received: by mail-lf0-f67.google.com with SMTP id c62so19564213lfc.2 for ; Sun, 03 Apr 2016 11:48:35 -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; bh=sBecuABMfRuYFk5NOVf108A/222QLD73QWkXQuuTDe4=; b=P99f2Gjfht/fpijQ/TmIn5oSOPWNb77GUARiVYA3d+J5M2Uc3ZeNtk0TnP3IjMOr79 8kWiZDavoNlsv1CCjkOAP/rFyY06+l/DYsjlwjP13WZJt2zqtoX7LXV2mnpJL7IN8ZXC T/KdEtlFltduofOnkHVgf36ugnCrQJRzATMujIcvhQB6qzNebiLwmePi3A/Zewpd8HhM NOUjCu67FJHMT9vzFtybywoLLR6OzWFD6z7KkDH8jlzvS7lcqhV06r5o9+aiTZHr65dB IyHNq3P66zqsChCiqZ6PAmMYb8S7tsbcZYpJb2CWtDzOeJYzVBuSZnRuYKgyndSP6dNu OrDQ== X-Gm-Message-State: AD7BkJJDO1bX9sVro5rdoW1XbiNgI3yxBQaXzeZf02NCfbetZ/yfAZitzYku3mvn+1HsXw== X-Received: by 10.194.185.108 with SMTP id fb12mr19135851wjc.89.1459709312830; Sun, 03 Apr 2016 11:48:32 -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.31 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 03 Apr 2016 11:48:31 -0700 (PDT) From: Eric Engestrom To: dri-devel@lists.freedesktop.org Subject: [PATCH libdrm 1/7] amdgpu: Fix spelling mistakes Date: Sun, 3 Apr 2016 19:48:06 +0100 Message-Id: <1459709292-5153-1-git-send-email-eric@engestrom.ch> X-Mailer: git-send-email 2.8.0 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 --- amdgpu/amdgpu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/amdgpu/amdgpu.h b/amdgpu/amdgpu.h index 0851306..5d5a2c6 100644 --- a/amdgpu/amdgpu.h +++ b/amdgpu/amdgpu.h @@ -685,7 +685,7 @@ int amdgpu_create_bo_from_user_mem(amdgpu_device_handle dev, int amdgpu_bo_free(amdgpu_bo_handle buf_handle); /** - * Request CPU access to GPU accessable memory + * Request CPU access to GPU accessible memory * * \param buf_handle - \c [in] Buffer handle * \param cpu - \c [out] CPU address to be used for access @@ -851,7 +851,7 @@ int amdgpu_cs_query_reset_state(amdgpu_context_handle context, * order. * * The caller can specify the user fence buffer/location with the fence_info in the - * cs_request.The sequence number is returned via the 'seq_no' paramter + * cs_request.The sequence number is returned via the 'seq_no' parameter * in ibs_request structure. * *