* [PATCH 1/1] Staging: wilc1000: wilc_platform.h: Fixed include guard spelling error
@ 2015-08-08 18:00 Daniel Machon
0 siblings, 0 replies; only message in thread
From: Daniel Machon @ 2015-08-08 18:00 UTC (permalink / raw)
To: gregkh; +Cc: linux-wireless, linux-kernel
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-08-08 17:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-08 18:00 [PATCH 1/1] Staging: wilc1000: wilc_platform.h: Fixed include guard spelling error Daniel Machon
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.