OSDN Git Service

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)
commit83b9240428a66da3c8e24e719b985d533cf58067
tree51584f03a0ba1f0fce0a484884f8bab28f0f1edd
parentf917249833c7a00ea8be39b1bcb3ec8ef3aea45f
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