From patchwork Mon Oct 13 10:21:44 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 399115 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 80190140076 for ; Mon, 13 Oct 2014 21:22:03 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753587AbaJMKWC (ORCPT ); Mon, 13 Oct 2014 06:22:02 -0400 Received: from mail-wg0-f51.google.com ([74.125.82.51]:49604 "EHLO mail-wg0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752937AbaJMKWB (ORCPT ); Mon, 13 Oct 2014 06:22:01 -0400 Received: by mail-wg0-f51.google.com with SMTP id b13so8087949wgh.34 for ; Mon, 13 Oct 2014 03:22:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=kRlUGaW4n+UIKCfMihSHNuKOGDU2QgzEMJ2DdHWoKKY=; b=ITk4Mfx4B5Ahr9QxX7bv4ESIwAPK00YyT9gAfPVNuSYVZk32L3ExrfS0uDgs1aXavw de6QsH6m+HwXC6l0bz+oAzGYpR9bd9Ilmjdi1NJ7lDBnoYARB4AvGqC9CNH+zbncn3ua LxVnooO4xth8AUPXtuUFA+4WGWk8/7QWjKPTCjt5VDxNynlnd/lJi8crJaUOMjRyVFQe jqq6bSEoCtSm+0GDc0l9MauDqS3lqJJrcCEv55yZfo28djcuTcbsONeqZRrNb1M2gS8I AV9JCr4PKv6vO8ksMqOaDMPDdbmLRQH0K4dZWokmHPv11GWSM9Hl1kUqgqqWOYMMPwAp /WdQ== X-Received: by 10.180.211.208 with SMTP id ne16mr18941241wic.71.1413195720221; Mon, 13 Oct 2014 03:22:00 -0700 (PDT) Received: from localhost (port-4359.pppoe.wtnet.de. [84.46.17.24]) by mx.google.com with ESMTPSA id cy10sm16122535wjb.21.2014.10.13.03.21.59 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 13 Oct 2014 03:21:59 -0700 (PDT) From: Thierry Reding To: dri-devel@lists.freedesktop.org Cc: Sean Paul , linux-tegra@vger.kernel.org Subject: [PATCH 03/14] gpu: host1x: Fix typo in comment Date: Mon, 13 Oct 2014 12:21:44 +0200 Message-Id: <1413195715-4719-3-git-send-email-thierry.reding@gmail.com> X-Mailer: git-send-email 2.1.2 In-Reply-To: <1413195715-4719-1-git-send-email-thierry.reding@gmail.com> References: <1413195715-4719-1-git-send-email-thierry.reding@gmail.com> Sender: linux-tegra-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org From: Thierry Reding Signed-off-by: Thierry Reding --- drivers/gpu/host1x/hw/cdma_hw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/host1x/hw/cdma_hw.c b/drivers/gpu/host1x/hw/cdma_hw.c index a1197c40a454..072d8209c06c 100644 --- a/drivers/gpu/host1x/hw/cdma_hw.c +++ b/drivers/gpu/host1x/hw/cdma_hw.c @@ -26,7 +26,7 @@ #include "../debug.h" /* - * Put the restart at the end of pushbuffer memor + * Put the restart at the end of pushbuffer memory */ static void push_buffer_init(struct push_buffer *pb) {