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

@ -96,5 +96,5 @@ static inline int evm_inode_init_security(struct inode *inode,
return 0;
}
#endif /* CONFIG_EVM_H */
#endif /* CONFIG_EVM */
#endif /* LINUX_EVM_H */