diff mbox

sound: soc: da732x.h: Fix typo in include guard

Message ID 1408699513-7318-1-git-send-email-linux@rasmusvillemoes.dk (mailing list archive)
State Accepted
Commit aa47746269b0f87b3c042db7453b9e461029aed7
Headers show

Commit Message

Rasmus Villemoes Aug. 22, 2014, 9:25 a.m. UTC
Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
---
 sound/soc/codecs/da732x.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Mark Brown Aug. 22, 2014, 6:35 p.m. UTC | #1
On Fri, Aug 22, 2014 at 11:25:13AM +0200, Rasmus Villemoes wrote:
> Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>

Applied, but please use subject lines matching the style for the
subsystem - if your commit log looks different to others for the same
files  try to avoid that.
diff mbox

Patch

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>