linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] iomap: simplify header file include guard macro definition
@ 2018-07-16  7:07 Shan Hai
  2018-07-17 13:13 ` Christoph Hellwig
  0 siblings, 1 reply; 4+ messages in thread
From: Shan Hai @ 2018-07-16  7:07 UTC (permalink / raw)
  To: hch; +Cc: linux-fsdevel

The simple definition of a macro is enough for the include guard, it's not
necessary to assign a value to it, so remove the assignment.

Signed-off-by: Shan Hai <shan.hai@oracle.com>
---
 include/linux/iomap.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/iomap.h b/include/linux/iomap.h
index a044a82..25aa7d8 100644
--- a/include/linux/iomap.h
+++ b/include/linux/iomap.h
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0 */
 #ifndef LINUX_IOMAP_H
-#define LINUX_IOMAP_H 1
+#define LINUX_IOMAP_H
 
 #include <linux/types.h>
 
-- 
2.7.4

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

end of thread, other threads:[~2018-07-17 14:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-16  7:07 [PATCH 1/1] iomap: simplify header file include guard macro definition Shan Hai
2018-07-17 13:13 ` Christoph Hellwig
2018-07-17 13:47   ` Matthew Wilcox
2018-07-17 13:52   ` Shan Hai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).