lkml.org 
[lkml]   [2022]   [Mar]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v1 1/1] gpiolib: Get rid of redundant 'else' (part 2)
On Mon, Mar 28, 2022 at 02:28:56PM +0300, Andy Shevchenko wrote:
> In the snippets like the following
>
> if (...)
> return / goto / break / continue ...;
> else
> ...
>
> the 'else' is redundant. Get rid of it by using switch-case pattern.
> Note that the pattern seems more usual for IOCTL handlers.

It appears that part 1 (as per subject) was never submitted before.
So, I unify them in v2 of this patch.

--
With Best Regards,
Andy Shevchenko


\
 
 \ /
  Last update: 2022-03-30 17:03    [W:0.092 / U:0.304 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site