Re: [PATCH] auxdisplay: code indent should use tabs where possible

From: Miguel Ojeda
Date: Thu Oct 21 2021 - 18:17:40 EST


On Thu, Jul 29, 2021 at 9:27 AM Huiquan Deng <denghuiquan@xxxxxxxxxx> wrote:
>
> static int cfag12864bfb_probe(struct platform_device *device)
> {
> + struct fb_info *info = framebuffer_alloc(0, &device->dev);
> int ret = -EINVAL;
> - struct fb_info *info = framebuffer_alloc(0, &device->dev);

Applied, thanks!

Having said that, I fixed the patch to avoid moving the line above around `ret`.

Cheers,
Miguel