Re: [PATCH v8 1/4] kexec: clean up arch_kexec_kernel_verify_sig

From: Mimi Zohar
Date: Thu Jun 09 2022 - 17:58:17 EST


On Thu, 2022-05-12 at 15:01 +0800, Coiby Xu wrote:
> kimage_validate_signature(struct kimage *image)
> {
> int ret;
>
> - ret = arch_kexec_kernel_verify_sig(image, image->kernel_buf,
> - image->kernel_buf_len);
> + ret = kexec_image_verify_sig(image, image->kernel_buf,
> + image->kernel_buf_len);

Please indent the above line to line up with the open parenthesis.

thanks,

Mimi

> if (ret) {
>
> if (IS_ENABLED(CONFIG_KEXEC_SIG_FORCE)) {