Re: [PATCH v2] firmware/sysfb: Fix VESA format selection

From: Pierre Asselin
Date: Wed Apr 19 2023 - 15:56:37 EST


Javier Martinez Canillas <javierm@xxxxxxxxxx> writes:
> Pierre Asselin <pa@xxxxxxxxx> writes:

>> Fixes: f35cd3fa7729 [firmware/sysfb: Fix EFI/VESA format selection]
>
> The convention is f35cd3fa7729 ("firmware/sysfb: Fix EFI/VESA format
> selection")

>> + bits_per_pixel= max(bits_per_pixel, (u32)si->lfb_depth);
>
> You are missing a space here.

OK. I'll fix that. Thanks.

--PA