From patchwork Fri Aug 22 09:27:07 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rasmus Villemoes X-Patchwork-Id: 4762481 Return-Path: X-Original-To: patchwork-alsa-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 3A3B99F344 for ; Fri, 22 Aug 2014 09:28:35 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 716F9201BA for ; Fri, 22 Aug 2014 09:28:34 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id 403BE20179 for ; Fri, 22 Aug 2014 09:28:33 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id 5B19526593C; Fri, 22 Aug 2014 11:28:32 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 Received: from alsa0.perex.cz (localhost [IPv6:::1]) by alsa0.perex.cz (Postfix) with ESMTP id 3E4EA2658EE; Fri, 22 Aug 2014 11:28:21 +0200 (CEST) X-Original-To: alsa-devel@alsa-project.org Delivered-To: alsa-devel@alsa-project.org Received: by alsa0.perex.cz (Postfix, from userid 1000) id 14DCA2658E8; Fri, 22 Aug 2014 11:28:19 +0200 (CEST) Received: from mail-la0-f47.google.com (mail-la0-f47.google.com [209.85.215.47]) by alsa0.perex.cz (Postfix) with ESMTP id 2081426595E for ; Fri, 22 Aug 2014 11:27:25 +0200 (CEST) Received: by mail-la0-f47.google.com with SMTP id mc6so9641348lab.20 for ; Fri, 22 Aug 2014 02:27:24 -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=02RVm/KRttWYKwfwHXRMB6QQM0AA9kwFEWgCWfGjhCk=; b=DZJZ76y9o8Iy/ofH2380G47jZ5BxZFm0wbL0eyw+5PTTpNKRzV7haqUHyp1t97Kg4b /T6RfbNdNoqLykgWHT+D/5Gg1CRayxC4l5HTD18Wju9fDO5wyPfKz5acNS/gF+U4drfZ FemKm/fNrOfraHUdu2ke+ptXyiLpVYQfYGol71xYE35MqMf75Vlid6oJBnandgCM+zV+ taoNUGdXgCwyptOdwpLSNuybF3Aqe453skB0t/Prgzi9jstCKkXO8J/LeCTMShhukNgc AlpOrFI8VMpiy1mEFLidrJU3hTzPIbGTtynYidqH542zQeD1Ib5KwPFwQYcym5kWYXb7 eD/g== X-Gm-Message-State: ALoCoQkV7b0BZhLMBvb/QPFBG6X0gx7APEChTiDPAOcMGEMQbbhaLGZDBZOeyW/sgabUehZ7jUYD X-Received: by 10.112.91.196 with SMTP id cg4mr3411818lbb.42.1408699644713; Fri, 22 Aug 2014 02:27:24 -0700 (PDT) Received: from spencer.imf.au.dk ([130.225.20.51]) by mx.google.com with ESMTPSA id d4sm32546451lbe.47.2014.08.22.02.27.23 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 22 Aug 2014 02:27:24 -0700 (PDT) From: Rasmus Villemoes To: Liam Girdwood , Mark Brown , Jaroslav Kysela , Takashi Iwai , Thierry Reding Date: Fri, 22 Aug 2014 11:27:07 +0200 Message-Id: <1408699627-7364-1-git-send-email-linux@rasmusvillemoes.dk> X-Mailer: git-send-email 1.7.10.4 Cc: linux-tegra@vger.kernel.org, alsa-devel@alsa-project.org, Rasmus Villemoes , linux-kernel@vger.kernel.org Subject: [alsa-devel] [PATCH] sound: tegra: tegra_asoc_utils.h: Fix typo in include guard X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Rasmus Villemoes Acked-by: Thierry Reding --- sound/soc/tegra/tegra_asoc_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/tegra/tegra_asoc_utils.h b/sound/soc/tegra/tegra_asoc_utils.h index 9577121..ca80376 100644 --- a/sound/soc/tegra/tegra_asoc_utils.h +++ b/sound/soc/tegra/tegra_asoc_utils.h @@ -21,7 +21,7 @@ */ #ifndef __TEGRA_ASOC_UTILS_H__ -#define __TEGRA_ASOC_UTILS_H_ +#define __TEGRA_ASOC_UTILS_H__ struct clk; struct device;