]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
integrity: fix checkpatch errors
authorDmitry Kasatkin <d.kasatkin@samsung.com>
Tue, 4 Mar 2014 16:04:20 +0000 (18:04 +0200)
committerMimi Zohar <zohar@linux.vnet.ibm.com>
Fri, 7 Mar 2014 17:15:45 +0000 (12:15 -0500)
commit2bb930abcf39d8be243ddb4583cf013ea2a750d6
tree678aa6a54c7d8ed5ce5fa441039a5f65e3d978e6
parent09b1148ef59c93d292a3355c00e9b5779b2ecad0
integrity: fix checkpatch errors

Between checkpatch changes (eg. sizeof) and inconsistencies between
Lindent and checkpatch, unfixed checkpatch errors make it difficult
to see new errors. This patch fixes them. Some lines with over 80 chars
remained unchanged to improve code readability.

The "extern" keyword is removed from internal evm.h to make it consistent
with internal ima.h.

Signed-off-by: Dmitry Kasatkin <d.kasatkin@samsung.com>
Signed-off-by: Mimi Zohar <zohar@linux.vnet.ibm.com>
security/integrity/evm/evm.h
security/integrity/evm/evm_crypto.c
security/integrity/iint.c
security/integrity/ima/ima_api.c
security/integrity/ima/ima_crypto.c
security/integrity/ima/ima_fs.c
security/integrity/ima/ima_main.c
security/integrity/ima/ima_policy.c
security/integrity/ima/ima_queue.c
security/integrity/ima/ima_template.c
security/integrity/integrity_audit.c