Remove spurious _H suffixes from ifdef comments

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
Paul Bolle 2013-03-25 21:12:27 +01:00 committed by Jiri Kosina
parent dc7bd34571
commit e05a4f4fc9
3 changed files with 4 additions and 4 deletions

View file

@ -36,5 +36,5 @@ static inline void integrity_inode_free(struct inode *inode)
{
return;
}
#endif /* CONFIG_INTEGRITY_H */
#endif /* CONFIG_INTEGRITY */
#endif /* _LINUX_INTEGRITY_H */