diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2020-02-26 13:18:40 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2020-03-02 10:18:13 +0300 |
commit | 5f77dd850c0a32d4d5047d139077718ee7f1a8fe (patch) | |
tree | 0d6d031d60ad3e810e65f2a9bce633578c6d7eba /include/linux/dm-region-hash.h | |
parent | 3a92063be16873a10648a81be0b1be42a9d54ee9 (diff) | |
download | linux-5f77dd850c0a32d4d5047d139077718ee7f1a8fe.tar.xz |
dmaengine: Drop redundant 'else' keyword
It's obvious that 'else' keyword is redundant in the code like
if (foo)
return bar;
else if (baz)
...
Drop it for good.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20200226101842.29426-3-andriy.shevchenko@linux.intel.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'include/linux/dm-region-hash.h')
0 files changed, 0 insertions, 0 deletions