[alsa-devel] [PATCH] sound: tegra: tegra_asoc_utils.h: Fix typo in include guard
Rasmus Villemoes
linux at rasmusvillemoes.dk
Fri Aug 22 11:27:07 CEST 2014
Signed-off-by: Rasmus Villemoes <linux at rasmusvillemoes.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
More information about the Alsa-devel
mailing list