[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CANiq72=stJrc8iRTyFuPVc2_3tmDj-a78y=Nb0+fFYtqEqJ3MA@mail.gmail.com>
Date: Fri, 22 Oct 2021 00:17:26 +0200
From: Miguel Ojeda <miguel.ojeda.sandonis@...il.com>
To: Huiquan Deng <denghuiquan@...rlc.com>
Cc: linux-kernel <linux-kernel@...r.kernel.org>,
Miguel Ojeda <ojeda@...nel.org>
Subject: Re: [PATCH] auxdisplay: code indent should use tabs where possible
On Thu, Jul 29, 2021 at 9:27 AM Huiquan Deng <denghuiquan@...rlc.com> 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
Powered by blists - more mailing lists