From: Erez_Zadok Date: Thu, 31 May 2007 19:30:55 +0000 (-0400) Subject: cleanup: ensure proper comment on every "#endif" X-Git-Url: https://git.fsl.cs.sunysb.edu/?a=commitdiff_plain;h=075d907b130dcc0378c8f2abf5ceb475490e7691;p=unionfs-3.9.y.git cleanup: ensure proper comment on every "#endif" Signed-off-by: Erez Zadok --- diff --git a/fs/unionfs/fanout.h b/fs/unionfs/fanout.h index 9d22c372494..6e9a89f86e6 100644 --- a/fs/unionfs/fanout.h +++ b/fs/unionfs/fanout.h @@ -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 */ diff --git a/fs/unionfs/sioq.h b/fs/unionfs/sioq.h index d5e8afa00e5..4b15e5e1385 100644 --- a/fs/unionfs/sioq.h +++ b/fs/unionfs/sioq.h @@ -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 */ diff --git a/include/linux/fs_stack.h b/include/linux/fs_stack.h index 1443c015da5..ddab3b282db 100644 --- a/include/linux/fs_stack.h +++ b/include/linux/fs_stack.h @@ -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 */