commit 0dcd92bc8cdde556fe83ee7639edbc9765e7e4d0
Author: Erez_Zadok <[EMAIL PROTECTED]>
Date: Thu May 31 15:30:51 2007 -0400
cleanup: ensure proper comment on every "#endif"
Signed-off-by: Erez Zadok <[EMAIL PROTECTED]>
diff --git a/fs/unionfs/config.h b/fs/unionfs/config.h
index
b0429d27bab2f4941b24ef5cd67a63b29d198981..ecd0e53cbda55059c336073b6ebcb6cf5b7a9515
100644
--- a/fs/unionfs/config.h
+++ b/fs/unionfs/config.h
@@ -56,4 +56,5 @@ extern int unionfs_config_init(void);
extern struct unionfs_attributes *get_attributes(void);
-#endif
+#endif /* not _CONFIG_H__ */
+
diff --git a/fs/unionfs/fanout.h b/fs/unionfs/fanout.h
index
a70fadd2c6fd8ed701b26ce5d39b7b7eb498441a..8dfc9655cdd31fd26525f83fc4378abaa930adfb
100644
--- a/fs/unionfs/fanout.h
+++ b/fs/unionfs/fanout.h
@@ -256,4 +256,4 @@ static inline void verify_locked(struct
BUG_ON(!mutex_is_locked(&UNIONFS_D(d)->lock));
}
-#endif /* _FANOUT_H */
+#endif /* not _FANOUT_H */
diff --git a/fs/unionfs/odf.h b/fs/unionfs/odf.h
index
62e985994caa977289130b0809f677bc986b0c04..21bb649eede5b866b831828d2bc3dde31f530e9a
100644
--- a/fs/unionfs/odf.h
+++ b/fs/unionfs/odf.h
@@ -73,4 +73,4 @@ extern int odf_get_opaque(struct dentry
extern void __odf_cleanup(void *args);
-#endif /* _ODF_H_ */
+#endif /* not _ODF_H_ */
diff --git a/fs/unionfs/odf_internals.h b/fs/unionfs/odf_internals.h
index
e1f1a3f76ef91b64b12c043fab03462a05c0141d..4deb1c957a9d480b43b32e84049714a4bf25ec3b
100644
--- a/fs/unionfs/odf_internals.h
+++ b/fs/unionfs/odf_internals.h
@@ -61,4 +61,5 @@ int odf_cleanup(struct odf_sb_info *odf,
extern void generate_random_uuid(unsigned char uuid_out[16]);
-#endif
+#endif /* not _ODF_INTERNALS_H_ */
+
diff --git a/fs/unionfs/sioq.h b/fs/unionfs/sioq.h
index
f6188405b6ca7fad67ea594ec534a6692a97cd31..3132f6ede9e1252eaff9b1f4f379a81056a28b96
100644
--- a/fs/unionfs/sioq.h
+++ b/fs/unionfs/sioq.h
@@ -103,4 +103,4 @@ extern void __unionfs_mknod(struct work_
extern void __unionfs_symlink(struct work_struct *work);
extern void __unionfs_unlink(struct work_struct *work);
-#endif /* _SIOQ_H */
+#endif /* not _SIOQ_H */
diff --git a/include/linux/union_fs.h b/include/linux/union_fs.h
index
223ccabf43ae710b0b3a54ff9bb3bb90ca75d9ca..c70feda507e222f3702cce01f7db02f31fc9300f
100644
--- a/include/linux/union_fs.h
+++ b/include/linux/union_fs.h
@@ -25,5 +25,5 @@ # define UNIONFS_REMOUNT_MAGIC 0x4a5a43
/* should be at least LAST_USED_UNIONFS_PERMISSION<<1 */
#define MAY_NFSRO 16
-#endif /* _LINUX_UNIONFS_H */
+#endif /* not _LINUX_UNIONFS_H */
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs