Thread (11 messages) 11 messages, 4 authors, 2017-05-02

Re: [PATCH v1 3/3] bnx2x: Get rid of useless temporary variable

From: David Miller <davem@davemloft.net>
Date: 2017-05-01 02:29:15

From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Date: Thu, 27 Apr 2017 16:37:01 +0300
From: Andy Shevchenko <redacted>

Replace pattern

 int status;
 ...
 status = func(...);
 return status;

by

 return func(...);

No functional change intented.

Signed-off-by: Andy Shevchenko <redacted>
Applied.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help