diff options
author | Rasmus Villemoes <linux@rasmusvillemoes.dk> | 2014-08-22 18:45:17 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-09-22 01:12:13 +0200 |
commit | 825fd08dbbd830b3f42e0f014f4c9f6eba5c434c (patch) | |
tree | 09606f449bdb7fc19d5f54c0ceb5f9036b1e4da2 /drivers/media/i2c | |
parent | [media] drivers: media: b2c2: flexcop.h: Fix typo in include guard (diff) | |
download | linux-825fd08dbbd830b3f42e0f014f4c9f6eba5c434c.tar.xz linux-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')
-rw-r--r-- | drivers/media/i2c/adv7343_regs.h | 2 |
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 { |