cleanup: ensure proper comment on every "#endif"
authorErez_Zadok <ezk@cs.sunysb.edu>
Thu, 31 May 2007 19:30:55 +0000 (15:30 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Thu, 16 Jun 2011 22:42:17 +0000 (15:42 -0700)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/unionfs/fanout.h
fs/unionfs/sioq.h
include/linux/fs_stack.h

index 9d22c372494d678fd8b53a4fc69ad65da64678b2..6e9a89f86e63b294f7bf3f4c2d888f7bd87d0fa9 100644 (file)
@@ -261,4 +261,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 d5e8afa00e5d1e38865e2e2c110991ca4c054f91..4b15e5e1385b7fc2b439a5a2720731a7256034ae 100644 (file)
@@ -93,4 +93,4 @@ extern void __unionfs_unlink(struct work_struct *work);
 extern void __delete_whiteouts(struct work_struct *work);
 extern void __is_opaque_dir(struct work_struct *work);
 
-#endif /* _SIOQ_H */
+#endif /* not _SIOQ_H */
index 1443c015da516dfb4eb419b2da0ed183f96e3953..ddab3b282dba804498996546ef13e5cf7477371e 100644 (file)
@@ -38,4 +38,4 @@ static inline void fsstack_copy_attr_times(struct inode *dest,
        dest->i_ctime = src->i_ctime;
 }
 
-#endif /* _LINUX_FS_STACK_H */
+#endif /* not _LINUX_FS_STACK_H */