]> git.baikalelectronics.ru Git - kernel.git/commit
net: ena: arrange ena_probe() function variables in reverse christmas tree
authorSameeh Jubran <sameehj@amazon.com>
Mon, 3 Jun 2019 14:43:22 +0000 (17:43 +0300)
committerDavid S. Miller <davem@davemloft.net>
Mon, 3 Jun 2019 20:30:38 +0000 (13:30 -0700)
commit5e6fc1abcd1d64d6f380b0bcead26b9d83e392e5
tree51584f03a0ba1f0fce0a484884f8bab28f0f1edd
parentd2e576d4185fcb15752a516c81d353be80b2867c
net: ena: arrange ena_probe() function variables in reverse christmas tree

Reverse christmas tree arrangement is when strings are written from longer
to shorter with each line. Most of our functions are abiding this
arrangement but this function does not.

In this commit we arrange the variables of ena_probe() in reverse christmas
tree.

Signed-off-by: Arthur Kiyanovski <akiyano@amazon.com>
Signed-off-by: Sameeh Jubran <sameehj@amazon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/amazon/ena/ena_netdev.c