[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1408725716-2695-1-git-send-email-linux@rasmusvillemoes.dk>
Date: Fri, 22 Aug 2014 18:41:56 +0200
From: Rasmus Villemoes <linux@...musvillemoes.dk>
To: Mauro Carvalho Chehab <m.chehab@...sung.com>
Cc: linux-media@...r.kernel.org, linux-kernel@...r.kernel.org,
Rasmus Villemoes <linux@...musvillemoes.dk>
Subject: [PATCH] drivers: media: b2c2: flexcop.h: Fix typo in include guard
Three trailing underscores is one too many.
Signed-off-by: Rasmus Villemoes <linux@...musvillemoes.dk>
---
drivers/media/common/b2c2/flexcop.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/common/b2c2/flexcop.h b/drivers/media/common/b2c2/flexcop.h
index 897b10c..8942bda 100644
--- a/drivers/media/common/b2c2/flexcop.h
+++ b/drivers/media/common/b2c2/flexcop.h
@@ -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"
--
2.0.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists