lkml.org 
[lkml]   [2021]   [Oct]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [PATCH v1 1/1] gpio: mlxbf2.c: Add check for bgpio_init failure
On Mon, Oct 25, 2021 at 11:15 AM Bartosz Golaszewski <brgl@bgdev.pl> wrote:
> On Fri, Oct 22, 2021 at 3:44 PM Asmaa Mnebhi <asmaa@nvidia.com> wrote:

A nit-pick that may be ignored...

> > NULL,
> > 0);
> >
> > + if (ret) {
> > + dev_err(dev, "bgpio_init failed\n");
> > + return ret;
> > + }

> > +

...can we utilize an empty line before if (ret) { instead?

--
With Best Regards,
Andy Shevchenko

\
 
 \ /
  Last update: 2021-10-25 11:33    [W:0.081 / U:0.200 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site