]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[media] drivers: media: i2c: adv7343_regs.h: Fix typo in #ifndef
authorRasmus Villemoes <linux@rasmusvillemoes.dk>
Fri, 22 Aug 2014 16:45:17 +0000 (13:45 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Sun, 21 Sep 2014 23:12:13 +0000 (20:12 -0300)
Test for definedness of the macro which is actually defined, and which
matches the name of the file.

Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/i2c/adv7343_regs.h

index 4466067643465563dfbe0db7057b2f50c4e9d2e3..2f04ce4b9118a43c39d2d8c8c5f6a7e1eb4ce6c7 100644 (file)
@@ -13,7 +13,7 @@
  * GNU General Public License for more details.
  */
 
-#ifndef ADV7343_REG_H
+#ifndef ADV7343_REGS_H
 #define ADV7343_REGS_H
 
 struct adv7343_std_info {