public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mfd: stmfx.h: typo in the header guard
@ 2019-06-23 14:44 Denis Efremov
  2019-06-24  7:20 ` Amelie DELAUNAY
  0 siblings, 1 reply; 2+ messages in thread
From: Denis Efremov @ 2019-06-23 14:44 UTC (permalink / raw)
  To: Amelie Delaunay
  Cc: Denis Efremov, Lee Jones, Maxime Coquelin, Alexandre Torgue,
	linux-stm32, linux-kernel

The guard macro MFX_STMFX_H in the header stmfx.h
doesn't match the #ifndef macro MFD_STMFX_H. The patch
fixes the typo.

Signed-off-by: Denis Efremov <efremov@linux.com>
---
 include/linux/mfd/stmfx.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/mfd/stmfx.h b/include/linux/mfd/stmfx.h
index d890595b89b6..3c67983678ec 100644
--- a/include/linux/mfd/stmfx.h
+++ b/include/linux/mfd/stmfx.h
@@ -5,7 +5,7 @@
  */
 
 #ifndef MFD_STMFX_H
-#define MFX_STMFX_H
+#define MFD_STMFX_H
 
 #include <linux/regmap.h>
 
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-24  7:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-23 14:44 [PATCH] mfd: stmfx.h: typo in the header guard Denis Efremov
2019-06-24  7:20 ` Amelie DELAUNAY

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox