]> git.baikalelectronics.ru Git - kernel.git/commit
stmmac: intel: Fix indentation to put on one line affected code
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 30 Apr 2020 15:02:53 +0000 (18:02 +0300)
committerDavid S. Miller <davem@davemloft.net>
Thu, 30 Apr 2020 19:50:15 +0000 (12:50 -0700)
commit5a1405b49259ae4f56e0fd0c5c864b1e08ff4929
treed9b8312a3f0c4cca3e00181a46271a6aebdd9a8f
parentdab580ff3ef857e1b091f6a444fa29ca96e9ffff
stmmac: intel: Fix indentation to put on one line affected code

There is no competition to get more LOCs into the kernel, and driver can look
better and have improved readability without those additional line breaks.

While at it, shorten info structures that they are all PCI, at the end it's
a PCI driver for Intel hardware.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/stmicro/stmmac/dwmac-intel.c