]> git.baikalelectronics.ru Git - kernel.git/commit
dpaa2-eth: add a dpaa2_eth_ prefix to all functions in dpaa2-ethtool.c
authorIoana Ciornei <ioana.ciornei@nxp.com>
Mon, 31 Aug 2020 18:12:38 +0000 (21:12 +0300)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 Sep 2020 20:23:47 +0000 (13:23 -0700)
commitaa1be6480f68826d2034d2a7ca13f2d532e6e7c2
tree0a7aaa98e16d19748767259855faa6ccea618c95
parent1b2eb832e8e59fc4620ddaa2d767a88c21a8b64f
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>
drivers/net/ethernet/freescale/dpaa2/dpaa2-ethtool.c