Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1203345 > unrolled thread

[PATCH 1/1] Staging: wilc1000: wilc_platform.h: Fixed include guard spelling error

Started byDaniel Machon <dmachon.dev@gmail.com>
First post2015-08-08 20:00 +0200
Last post2015-08-08 20:00 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH 1/1] Staging: wilc1000: wilc_platform.h: Fixed include guard  spelling error Daniel Machon <dmachon.dev@gmail.com> - 2015-08-08 20:00 +0200

#1203345 — [PATCH 1/1] Staging: wilc1000: wilc_platform.h: Fixed include guard spelling error

FromDaniel Machon <dmachon.dev@gmail.com>
Date2015-08-08 20:00 +0200
Subject[PATCH 1/1] Staging: wilc1000: wilc_platform.h: Fixed include guard spelling error
Message-ID<pVgzv-5VC-5@gated-at.bofh.it>
Fixed spelling error

Signed-off-by: Daniel Machon <dmachon.dev@gmail.com>
---
 drivers/staging/wilc1000/wilc_platform.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/wilc1000/wilc_platform.h b/drivers/staging/wilc1000/wilc_platform.h
index d03532c..ccceaae 100644
--- a/drivers/staging/wilc1000/wilc_platform.h
+++ b/drivers/staging/wilc1000/wilc_platform.h
@@ -1,5 +1,5 @@
-#ifndef __WILC_platfrom_H__
-#define __WILC_platfrom_H__
+#ifndef __WILC_platform_H__
+#define __WILC_platform_H__
 
 #include <linux/kthread.h>
 #include <linux/semaphore.h>
-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web