commit | e6734cd9dbf5d6c242c75a2a842606efdcd60082 | [log] [tgz] |
---|---|---|
author | Ioana Ciornei <ioana.ciornei@nxp.com> | Mon Aug 31 21:12:38 2020 +0300 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 01 13:23:47 2020 -0700 |
tree | 0a7aaa98e16d19748767259855faa6ccea618c95 | |
parent | e0afe91443a5fddef9213e7f429ab7f12756e769 [diff] |
dpaa2-eth: add a dpaa2_eth_ prefix to all functions in dpaa2-ethtool.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>