Skip to content

Commit 4be92db

Browse files
robertosassumimizohar
authored andcommitted
ima: Remove semicolon at the end of ima_get_binary_runtime_size()
This patch removes the unnecessary semicolon at the end of ima_get_binary_runtime_size(). Cc: stable@vger.kernel.org Fixes: d158847 ("ima: maintain memory size needed for serializing the measurement list") Signed-off-by: Roberto Sassu <roberto.sassu@huawei.com> Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
1 parent 60386b8 commit 4be92db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

security/integrity/ima/ima_queue.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ unsigned long ima_get_binary_runtime_size(void)
133133
return ULONG_MAX;
134134
else
135135
return binary_runtime_size + sizeof(struct ima_kexec_hdr);
136-
};
136+
}
137137

138138
static int ima_pcr_extend(struct tpm_digest *digests_arg, int pcr)
139139
{

0 commit comments

Comments
 (0)