Merge branch 'net-hns3-add-some-optimizations-and-cleanups'
authorDavid S. Miller <davem@davemloft.net>
Thu, 31 Oct 2019 19:03:29 +0000 (12:03 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 31 Oct 2019 19:03:29 +0000 (12:03 -0700)
Huazhong Tan says:

====================
net: hns3: add some optimizations and cleanups

This series adds some code optimizations and cleanups for
the HNS3 ethernet driver.

[patch 1/9] dumps some debug information when reset fail.

[patch 2/9] dumps some struct netdev_queue information when
TX timeout.

[patch 3/9] cleanups some magic numbers.

[patch 4/9] cleanups some coding style issue.

[patch 5/9] fixes a compiler warning.

[patch 6/9] optimizes some local variable initialization.

[patch 7/9] modifies some comments.

[patch 8/9] cleanups some print format warnings.

[patch 9/9] cleanups byte order issue.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge