commit | ccacb703b0f8141757fba2931a2a7202b54194d0 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Thu Apr 30 18:02:53 2020 +0300 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 30 12:50:15 2020 -0700 |
tree | d9b8312a3f0c4cca3e00181a46271a6aebdd9a8f | |
parent | d5383b0376643245d82230d8a974edd193ec900c [diff] |
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>