cleanup: ensure proper comment on every "#endif"
authorErez_Zadok <ezk@cs.sunysb.edu>
Thu, 31 May 2007 19:30:51 +0000 (15:30 -0400)
committerRachita Kothiyal <rachita@dewey.fsl.cs.sunysb.edu>
Thu, 1 May 2008 23:02:48 +0000 (19:02 -0400)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/unionfs/config.h
fs/unionfs/fanout.h
fs/unionfs/odf.h
fs/unionfs/odf_internals.h
fs/unionfs/sioq.h
include/linux/union_fs.h

index b0429d27bab2f4941b24ef5cd67a63b29d198981..ecd0e53cbda55059c336073b6ebcb6cf5b7a9515 100644 (file)
@@ -56,4 +56,5 @@ extern int unionfs_config_init(void);
 
 extern struct unionfs_attributes *get_attributes(void);
 
-#endif
+#endif /* not _CONFIG_H__ */
+
index a70fadd2c6fd8ed701b26ce5d39b7b7eb498441a..8dfc9655cdd31fd26525f83fc4378abaa930adfb 100644 (file)
@@ -256,4 +256,4 @@ static inline void verify_locked(struct dentry *d)
        BUG_ON(!mutex_is_locked(&UNIONFS_D(d)->lock));
 }
 
-#endif /* _FANOUT_H */
+#endif /* not _FANOUT_H */
index 62e985994caa977289130b0809f677bc986b0c04..21bb649eede5b866b831828d2bc3dde31f530e9a 100644 (file)
@@ -73,4 +73,4 @@ extern int odf_get_opaque(struct dentry *dentry);
 
 extern void __odf_cleanup(void *args);
 
-#endif /* _ODF_H_ */
+#endif /* not _ODF_H_ */
index e1f1a3f76ef91b64b12c043fab03462a05c0141d..4deb1c957a9d480b43b32e84049714a4bf25ec3b 100644 (file)
@@ -61,4 +61,5 @@ int odf_cleanup(struct odf_sb_info *odf, int mode, u64 b_to_free, u64 i_to_free)
 
 extern void generate_random_uuid(unsigned char uuid_out[16]);
 
-#endif
+#endif /* not _ODF_INTERNALS_H_ */
+
index f6188405b6ca7fad67ea594ec534a6692a97cd31..3132f6ede9e1252eaff9b1f4f379a81056a28b96 100644 (file)
@@ -103,4 +103,4 @@ extern void __unionfs_mknod(struct work_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 */
index 223ccabf43ae710b0b3a54ff9bb3bb90ca75d9ca..c70feda507e222f3702cce01f7db02f31fc9300f 100644 (file)
@@ -25,5 +25,5 @@
 /* should be at least LAST_USED_UNIONFS_PERMISSION<<1 */
 #define MAY_NFSRO                      16
 
-#endif /* _LINUX_UNIONFS_H */
+#endif /* not _LINUX_UNIONFS_H */