]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[media] drivers: media: b2c2: flexcop.h: Fix typo in include guard
authorRasmus Villemoes <linux@rasmusvillemoes.dk>
Fri, 22 Aug 2014 16:41:56 +0000 (13:41 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Sun, 21 Sep 2014 23:11:54 +0000 (20:11 -0300)
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>
drivers/media/common/b2c2/flexcop.h

index 897b10c85ad9273b75b9cb911b2f0c2853b9a167..8942bdacbf61befba5640d845d95d00e566cbc42 100644 (file)
@@ -4,7 +4,7 @@
  * see flexcop.c for copyright information
  */
 #ifndef __FLEXCOP_H__
-#define __FLEXCOP_H___
+#define __FLEXCOP_H__
 
 #define FC_LOG_PREFIX "b2c2-flexcop"
 #include "flexcop-common.h"