From patchwork Fri Dec 31 00:09:42 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Justin Mattock X-Patchwork-Id: 77041 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from bilbo.ozlabs.org (localhost [127.0.0.1]) by ozlabs.org (Postfix) with ESMTP id 9B1FA101078 for ; Fri, 31 Dec 2010 11:10:07 +1100 (EST) Received: from mail-yi0-f51.google.com (mail-yi0-f51.google.com [209.85.218.51]) by ozlabs.org (Postfix) with ESMTP id 328B510084B for ; Fri, 31 Dec 2010 11:09:42 +1100 (EST) Received: by yib12 with SMTP id 12so2621446yib.38 for ; Thu, 30 Dec 2010 16:09:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer:in-reply-to:references; bh=JeFo+htbnN6/NVi5UISuE5JPhfRb6IQKq1yeAXQKmpM=; b=TPRotJPoOE6MSgReysj0sMQHg+w88XJqotLY69uI6MnlS4W8rkjds4wff1XgwCNPH8 TSUlVwVDVZ2ztvzh/87kEycn/vZTADYALgPGNSH/D6gla1lNqi+w4Vr+2mFml7no0r1S 48tFFVLGE4bN2Aat2wUB/l4AFDSHI4Ye8mCQ0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; b=vSsmRPv7a70j2YgLIjtbZI36OJQw5ntrvRNTBsUyDhXSbfkQvJ6vi/lqfF3a789COe MmOwq5vJuzgtEtTjspDuo8axkukQ4+BaGf7LJm2n6cK8LFr8OR3gSluj52qHJQpMpqlb mzCVrfId4Y2K1/fXy69/R5tYNBykQiZuB3MqU= Received: by 10.236.105.129 with SMTP id k1mr751665yhg.2.1293754181462; Thu, 30 Dec 2010 16:09:41 -0800 (PST) Received: from localhost.localdomain ([76.91.45.220]) by mx.google.com with ESMTPS id i60sm9430564yhj.17.2010.12.30.16.09.38 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 30 Dec 2010 16:09:40 -0800 (PST) From: "Justin P. Mattock" To: trivial@kernel.org Subject: [PATCH 3/5]drivers:staging:tidspbridge:core:tiomap3430.c Typo change singal to signal Date: Thu, 30 Dec 2010 16:09:42 -0800 Message-Id: <1293754184-1928-3-git-send-email-justinmattock@gmail.com> X-Mailer: git-send-email 1.6.5.2.180.gc5b3e In-Reply-To: <1293754184-1928-2-git-send-email-justinmattock@gmail.com> References: <1293754184-1928-1-git-send-email-justinmattock@gmail.com> <1293754184-1928-2-git-send-email-justinmattock@gmail.com> Cc: gregkh@suse.de, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, "Justin P. Mattock" X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org The patches below fixes a typo "singal" to "signal". Please let me know if anything needs to be changed. Signed-off-by: Justin P. Mattock --- drivers/staging/tidspbridge/core/tiomap3430.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/staging/tidspbridge/core/tiomap3430.c b/drivers/staging/tidspbridge/core/tiomap3430.c index 1be081f..7e56ff6 100644 --- a/drivers/staging/tidspbridge/core/tiomap3430.c +++ b/drivers/staging/tidspbridge/core/tiomap3430.c @@ -1796,7 +1796,7 @@ static int mem_map_vmalloc(struct bridge_dev_context *dev_context, /* * ======== wait_for_start ======== - * Wait for the singal from DSP that it has started, or time out. + * Wait for the signal from DSP that it has started, or time out. */ bool wait_for_start(struct bridge_dev_context *dev_context, u32 dw_sync_addr) {