summaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c/adv7343_regs.h
diff options
context:
space:
mode:
authorRasmus Villemoes <linux@rasmusvillemoes.dk>2014-08-22 13:45:17 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2014-09-21 20:12:13 -0300
commit825fd08dbbd830b3f42e0f014f4c9f6eba5c434c (patch)
tree09606f449bdb7fc19d5f54c0ceb5f9036b1e4da2 /drivers/media/i2c/adv7343_regs.h
parent69486eb00b3e89735dddb48c8b93ac28458a9c80 (diff)
downloadlinux-stable-825fd08dbbd830b3f42e0f014f4c9f6eba5c434c.tar.gz
linux-stable-825fd08dbbd830b3f42e0f014f4c9f6eba5c434c.tar.bz2
linux-stable-825fd08dbbd830b3f42e0f014f4c9f6eba5c434c.zip
[media] drivers: media: i2c: adv7343_regs.h: Fix typo in #ifndef
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>
Diffstat (limited to 'drivers/media/i2c/adv7343_regs.h')
-rw-r--r--drivers/media/i2c/adv7343_regs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/i2c/adv7343_regs.h b/drivers/media/i2c/adv7343_regs.h
index 446606764346..2f04ce4b9118 100644
--- a/drivers/media/i2c/adv7343_regs.h
+++ b/drivers/media/i2c/adv7343_regs.h
@@ -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 {