Commit 4be92db3 authored by Roberto Sassu's avatar Roberto Sassu Committed by Mimi Zohar
Browse files

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: d158847a ("ima: maintain memory size needed for serializing the measurement list")
Signed-off-by: default avatarRoberto Sassu <roberto.sassu@huawei.com>
Signed-off-by: default avatarMimi Zohar <zohar@linux.ibm.com>
parent 60386b85
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{