Skip to content

Commit

Permalink
ima: Remove semicolon at the end of ima_get_binary_runtime_size()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Roberto Sassu authored and Mimi Zohar committed Sep 15, 2020
1 parent 60386b8 commit 4be92db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security/integrity/ima/ima_queue.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ unsigned long ima_get_binary_runtime_size(void)
return ULONG_MAX;
else
return binary_runtime_size + sizeof(struct ima_kexec_hdr);
};
}

static int ima_pcr_extend(struct tpm_digest *digests_arg, int pcr)
{
Expand Down

0 comments on commit 4be92db

Please sign in to comment.