[alsa-devel] [PATCH] sound: soc: da732x.h: Fix typo in include guard

Rasmus Villemoes linux at rasmusvillemoes.dk
Fri Aug 22 11:25:13 CEST 2014


Signed-off-by: Rasmus Villemoes <linux at rasmusvillemoes.dk>
---
 sound/soc/codecs/da732x.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/codecs/da732x.h b/sound/soc/codecs/da732x.h
index 1dceafe..f586cbd 100644
--- a/sound/soc/codecs/da732x.h
+++ b/sound/soc/codecs/da732x.h
@@ -11,7 +11,7 @@
  */
 
 #ifndef __DA732X_H_
-#define __DA732X_H
+#define __DA732X_H_
 
 #include <sound/soc.h>
 
-- 
1.9.2



More information about the Alsa-devel mailing list