security/ima: replace gcc specific __FUNCTION__ with __func__
authorH Hartley Sweeten <hartleys@visionengravers.com>
Tue, 9 Mar 2010 23:59:59 +0000 (17:59 -0600)
committerJames Morris <jmorris@namei.org>
Wed, 10 Mar 2010 04:59:54 +0000 (15:59 +1100)
As noted by checkpatch.pl, __func__ should be used instead of gcc
specific __FUNCTION__.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: James Morris <jmorris@namei.org>

No differences found