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>
Mon, 12 Jan 2009 23:20:30 +0000 (18:20 -0500)
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 f90d1c82310a900ae77fe2be06b58ac7700aea58..5bbdca453942b2c1310628cea633a8dc0faa419a 100644 (file)
@@ -40,4 +40,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 */