diff options
author | Dmitry Kasatkin <d.kasatkin@samsung.com> | 2013-10-10 10:56:13 +0400 |
---|---|---|
committer | Mimi Zohar <zohar@linux.vnet.ibm.com> | 2013-10-25 21:17:19 +0400 |
commit | 089bc8e95ae07b1ada14069935c30fd88204c21c (patch) | |
tree | fa5b0004498ddc7bbe023f6da638b5c713b75334 /security/integrity/integrity.h | |
parent | 4ef4c943a0eabd2e0cd37d07c3a6b1da8e73efdf (diff) | |
download | linux-089bc8e95ae07b1ada14069935c30fd88204c21c.tar.xz |
ima: fix script messages
Fix checkpatch, lindent, etc, warnings/errors
Signed-off-by: Dmitry Kasatkin <d.kasatkin@samsung.com>
Signed-off-by: Mimi Zohar <zohar@linux.vnet.ibm.com>
Diffstat (limited to 'security/integrity/integrity.h')
-rw-r--r-- | security/integrity/integrity.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/integrity/integrity.h b/security/integrity/integrity.h index c42fb7a70dee..f86731649f54 100644 --- a/security/integrity/integrity.h +++ b/security/integrity/integrity.h @@ -89,7 +89,7 @@ struct integrity_iint_cache *integrity_iint_find(struct inode *inode); #ifdef CONFIG_INTEGRITY_SIGNATURE int integrity_digsig_verify(const unsigned int id, const char *sig, int siglen, - const char *digest, int digestlen); + const char *digest, int digestlen); #else |