All of lore.kernel.org
 help / color / mirror / Atom feed
From: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
To: Huiquan Deng <denghuiquan@cdjrlc.com>
Cc: linux-kernel <linux-kernel@vger.kernel.org>,
	Miguel Ojeda <ojeda@kernel.org>
Subject: Re: [PATCH] auxdisplay: code indent should use tabs where possible
Date: Fri, 22 Oct 2021 00:17:26 +0200	[thread overview]
Message-ID: <CANiq72=stJrc8iRTyFuPVc2_3tmDj-a78y=Nb0+fFYtqEqJ3MA@mail.gmail.com> (raw)
In-Reply-To: <20210729072628.68838-1-denghuiquan@cdjrlc.com>

On Thu, Jul 29, 2021 at 9:27 AM Huiquan Deng <denghuiquan@cdjrlc.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

  reply	other threads:[~2021-10-21 22:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-29  7:26 [PATCH] auxdisplay: code indent should use tabs where possible Huiquan Deng
2021-10-21 22:17 ` Miguel Ojeda [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-07-29  6:39 Huiquan Deng

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CANiq72=stJrc8iRTyFuPVc2_3tmDj-a78y=Nb0+fFYtqEqJ3MA@mail.gmail.com' \
    --to=miguel.ojeda.sandonis@gmail.com \
    --cc=denghuiquan@cdjrlc.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=ojeda@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.