[alsa-devel] [PATCH] sound: pci: ct20k1reg: Fix typo in include guard

Rasmus Villemoes linux at rasmusvillemoes.dk
Fri Aug 22 11:23:09 CEST 2014


Signed-off-by: Rasmus Villemoes <linux at rasmusvillemoes.dk>
---
 sound/pci/ctxfi/ct20k1reg.h | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/sound/pci/ctxfi/ct20k1reg.h b/sound/pci/ctxfi/ct20k1reg.h
index f2e34e3..5851249 100644
--- a/sound/pci/ctxfi/ct20k1reg.h
+++ b/sound/pci/ctxfi/ct20k1reg.h
@@ -7,7 +7,7 @@
  */
 
 #ifndef CT20K1REG_H
-#define CT20k1REG_H
+#define CT20K1REG_H
 
 /* 20k1 registers */
 #define 	DSPXRAM_START 			0x000000
@@ -632,5 +632,3 @@
 #define I2SD_R    0x19L
 
 #endif /* CT20K1REG_H */
-
-
-- 
1.9.2



More information about the Alsa-devel mailing list