[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAMRc=MfD4AyurZO2LkFpM_4nwJbOdPubMwCR9fkgpk87F0TyHw@mail.gmail.com>
Date: Tue, 19 Dec 2023 21:06:24 +0100
From: Bartosz Golaszewski <brgl@...ev.pl>
To: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
Cc: Linus Walleij <linus.walleij@...aro.org>, Kent Gibson <warthog618@...il.com>,
linux-gpio@...r.kernel.org, linux-kernel@...r.kernel.org,
Bartosz Golaszewski <bartosz.golaszewski@...aro.org>
Subject: Re: [PATCH 2/2] gpio: sysfs: drop tabs from local variable declarations
On Tue, Dec 19, 2023 at 4:07 PM Andy Shevchenko
<andriy.shevchenko@...ux.intel.com> wrote:
>
> On Tue, Dec 19, 2023 at 03:23:23PM +0100, Bartosz Golaszewski wrote:
> > From: Bartosz Golaszewski <bartosz.golaszewski@...aro.org>
> >
> > Older code has an annoying habit of putting tabs between the type and the
> > name of the variable. This doesn't really add to readability and newer
> > code doesn't do it so make the entire file consistent.
>
> Besides similar comments as per previous patch, see below.
>
> ...
>
> > + struct gpiod_data *data = dev_get_drvdata(dev);
> > + struct gpio_desc *desc = data->desc;
> > int status = 0;
> > unsigned int flags = data->irq_flags;
>
> ???
>
> ...
>
> > + struct gpio_device *gdev;
> > + struct gpiod_data *data;
> > unsigned long flags;
> > int status;
> > const char *ioname = NULL;
>
> ???
>
Thanks, should have not trusted my regex blindly.
Bart
> --
> With Best Regards,
> Andy Shevchenko
>
>
Powered by blists - more mailing lists