diff options
Diffstat (limited to 'security/integrity/ima/ima_main.c')
-rw-r--r-- | security/integrity/ima/ima_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/integrity/ima/ima_main.c b/security/integrity/ima/ima_main.c index 294b005d6520..983037fb9a9d 100644 --- a/security/integrity/ima/ima_main.c +++ b/security/integrity/ima/ima_main.c | |||
@@ -194,7 +194,7 @@ static void ima_dec_counts(struct ima_iint_cache *iint, struct inode *inode, | |||
194 | (iint->writecount < 0)) && | 194 | (iint->writecount < 0)) && |
195 | !ima_limit_imbalance(file)) { | 195 | !ima_limit_imbalance(file)) { |
196 | printk(KERN_INFO "%s: open/free imbalance (r:%ld w:%ld o:%ld)\n", | 196 | printk(KERN_INFO "%s: open/free imbalance (r:%ld w:%ld o:%ld)\n", |
197 | __FUNCTION__, iint->readcount, iint->writecount, | 197 | __func__, iint->readcount, iint->writecount, |
198 | iint->opencount); | 198 | iint->opencount); |
199 | dump_stack(); | 199 | dump_stack(); |
200 | } | 200 | } |