Merge branch 'dpaa2-eth-add-a-dpaa2_eth_-prefix-to-all-functions'
authorDavid S. Miller <davem@davemloft.net>
Tue, 1 Sep 2020 20:23:58 +0000 (13:23 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 Sep 2020 20:23:58 +0000 (13:23 -0700)
commit0697fecf7ecd8abf70d0f46e6a352818e984cc9f
treed19373f18ce5ff528d2804723d46c6ff93e034c5
parente0afe91443a5fddef9213e7f429ab7f12756e769
parent8d138373c555b34c17f9d2a2cb49ff1c9612723c
Merge branch 'dpaa2-eth-add-a-dpaa2_eth_-prefix-to-all-functions'

Ioana Ciornei says:

====================
dpaa2-eth: add a dpaa2_eth_ prefix to all functions

This is just a quick cleanup that aims at adding a dpaa2_eth_ prefix to
all functions within the dpaa2-eth driver even if those are static and
private to the driver. The main reason for doing this is that looking a
perf top, for example, is becoming an inconvenience because one cannot
easily determine which entries are dpaa2-eth related or not.
====================

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