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

[media] drivers: media: b2c2: flexcop.h: Fix typo in include guard

Three trailing underscores is one too many.

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
69486eb0 18cb6503

+1 -1
+1 -1
drivers/media/common/b2c2/flexcop.h
··· 4 4 * see flexcop.c for copyright information 5 5 */ 6 6 #ifndef __FLEXCOP_H__ 7 - #define __FLEXCOP_H___ 7 + #define __FLEXCOP_H__ 8 8 9 9 #define FC_LOG_PREFIX "b2c2-flexcop" 10 10 #include "flexcop-common.h"