From: Rasmus Villemoes Date: Fri, 22 Aug 2014 16:45:17 +0000 (-0300) Subject: [media] drivers: media: i2c: adv7343_regs.h: Fix typo in #ifndef X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=825fd08dbbd830b3f42e0f014f4c9f6eba5c434c;p=linux-beck.git [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 Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- 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 {