Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Rasmus Villemoes and committed by
Mauro Carvalho Chehab
825fd08d 69486eb0

+1 -1
+1 -1
drivers/media/i2c/adv7343_regs.h
··· 13 13 * GNU General Public License for more details. 14 14 */ 15 15 16 - #ifndef ADV7343_REG_H 16 + #ifndef ADV7343_REGS_H 17 17 #define ADV7343_REGS_H 18 18 19 19 struct adv7343_std_info {