[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1408699627-7364-1-git-send-email-linux@rasmusvillemoes.dk>
Date: Fri, 22 Aug 2014 11:27:07 +0200
From: Rasmus Villemoes <linux@...musvillemoes.dk>
To: Liam Girdwood <lgirdwood@...il.com>,
Mark Brown <broonie@...nel.org>,
Jaroslav Kysela <perex@...ex.cz>, Takashi Iwai <tiwai@...e.de>,
Thierry Reding <thierry.reding@...il.com>
Cc: alsa-devel@...a-project.org, linux-kernel@...r.kernel.org,
linux-tegra@...r.kernel.org,
Rasmus Villemoes <linux@...musvillemoes.dk>
Subject: [PATCH] sound: tegra: tegra_asoc_utils.h: Fix typo in include guard
Signed-off-by: Rasmus Villemoes <linux@...musvillemoes.dk>
---
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;
--
1.9.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists