mbox series

[net-next,0/3] dpaa2-eth: add a dpaa2_eth_ prefix to all functions

Message ID 20200831181240.21527-1-ioana.ciornei@nxp.com
Headers show
Series dpaa2-eth: add a dpaa2_eth_ prefix to all functions | expand

Message

Ioana Ciornei Aug. 31, 2020, 6:12 p.m. UTC
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.

Ioana Ciornei (3):
  dpaa2-eth: add a dpaa2_eth_ prefix to all functions in dpaa2-ethtool.c
  dpaa2-eth: add a dpaa2_eth_ prefix to all functions in dpaa2-eth.c
  dpaa2-eth: add a dpaa2_eth_ prefix to all functions in dpaa2-eth-dcb.c

 .../ethernet/freescale/dpaa2/dpaa2-eth-dcb.c  |   8 +-
 .../net/ethernet/freescale/dpaa2/dpaa2-eth.c  | 400 +++++++++---------
 .../ethernet/freescale/dpaa2/dpaa2-ethtool.c  |  89 ++--
 3 files changed, 249 insertions(+), 248 deletions(-)

Comments

Jakub Kicinski Aug. 31, 2020, 7:03 p.m. UTC | #1
On Mon, 31 Aug 2020 21:12:37 +0300 Ioana Ciornei wrote:
> 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.

Yes!

Reviewed-by: Jakub Kicinski <kuba@kernel.org>