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)
commit2bd7c3e1ab308223a44642b54cb79b37ae18c32a
tree70671a591387e9b81d12791ec504be3b76dc7def
parent796977443018f81df68abf12f3263b8da85899f3
parent39edaf24f8195e94a07b6fc95a7337f12522e8e9
Merge branch 'net-hns3-add-some-optimizations-and-cleanups'

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>