commit | 8d138373c555b34c17f9d2a2cb49ff1c9612723c | [log] [tgz] |
---|---|---|
author | Ioana Ciornei <ioana.ciornei@nxp.com> | Mon Aug 31 21:12:40 2020 +0300 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 01 13:23:47 2020 -0700 |
tree | d19373f18ce5ff528d2804723d46c6ff93e034c5 | |
parent | 5d8dccf8bad96bdc5bd5594344ff67539cf3a733 [diff] |
dpaa2-eth: add a dpaa2_eth_ prefix to all functions in dpaa2-eth-dcb.c Some static functions in the dpaa2-eth driver don't have the dpaa2_eth_ prefix and this is becoming an inconvenience when looking at, for example, a perf top output and trying to determine easily which entries are dpaa2-eth related. Ammend this by adding the prefix to all the functions. Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>