From patchwork Tue Mar 23 22:48:28 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: omar ramirez X-Patchwork-Id: 87782 X-Patchwork-Delegate: omar.ramirez@ti.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o2NMXNtM009442 for ; Tue, 23 Mar 2010 22:33:24 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753734Ab0CWWdO (ORCPT ); Tue, 23 Mar 2010 18:33:14 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:58458 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753677Ab0CWWdJ (ORCPT ); Tue, 23 Mar 2010 18:33:09 -0400 Received: from dlep34.itg.ti.com ([157.170.170.115]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id o2NMX4B7029150 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 23 Mar 2010 17:33:04 -0500 Received: from legion.dal.design.ti.com (localhost [127.0.0.1]) by dlep34.itg.ti.com (8.13.7/8.13.7) with ESMTP id o2NMX40W007793; Tue, 23 Mar 2010 17:33:04 -0500 (CDT) Received: from Matrix (matrix.am.dhcp.ti.com [128.247.75.166]) by legion.dal.design.ti.com (8.11.7p1+Sun/8.11.7) with ESMTP id o2NMX3Z28105; Tue, 23 Mar 2010 17:33:03 -0500 (CDT) Received: by Matrix (Postfix, from userid 1003) id AB809411200; Tue, 23 Mar 2010 16:48:30 -0600 (CST) From: Omar Ramirez Luna To: linux-omap@vger.kernel.org Cc: Hiroshi DOYU , Felipe Contreras , Ameya Palande , Guzman Lugo Fernando , Omar Ramirez Luna Subject: [PATCH 1/3] DSPBRIDGE: fix checkpatch error introduced with mailbox patches Date: Tue, 23 Mar 2010 16:48:28 -0600 Message-Id: <1269384510-1526-2-git-send-email-omar.ramirez@ti.com> X-Mailer: git-send-email 1.5.4.3 In-Reply-To: <1269384510-1526-1-git-send-email-omar.ramirez@ti.com> References: <1269384510-1526-1-git-send-email-omar.ramirez@ti.com> Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Tue, 23 Mar 2010 22:33:24 +0000 (UTC) diff --git a/drivers/dsp/bridge/wmd/_tiomap.h b/drivers/dsp/bridge/wmd/_tiomap.h index 7a884f4..e853777 100644 --- a/drivers/dsp/bridge/wmd/_tiomap.h +++ b/drivers/dsp/bridge/wmd/_tiomap.h @@ -371,6 +371,6 @@ extern dsp_status wmd_tlb_dsp_va_to_mpu_pa(struct wmd_dev_context *dev_context, * Requires: * Ensures: */ -dsp_status sm_interrupt_dsp(struct wmd_dev_context* dev_context, u16 mb_val); +dsp_status sm_interrupt_dsp(struct wmd_dev_context *dev_context, u16 mb_val); #endif /* _TIOMAP_ */