Netdev Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH net-next 0/3] dpaa2-eth: add a dpaa2_eth_ prefix to all functions
@ 2020-08-31 18:12 Ioana Ciornei
  2020-08-31 18:12 ` [PATCH net-next 1/3] dpaa2-eth: add a dpaa2_eth_ prefix to all functions in dpaa2-ethtool.c Ioana Ciornei
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Ioana Ciornei @ 2020-08-31 18:12 UTC (permalink / raw)
  To: davem, netdev; +Cc: Ioana Ciornei

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(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-09-01 20:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-31 18:12 [PATCH net-next 0/3] dpaa2-eth: add a dpaa2_eth_ prefix to all functions Ioana Ciornei
2020-08-31 18:12 ` [PATCH net-next 1/3] dpaa2-eth: add a dpaa2_eth_ prefix to all functions in dpaa2-ethtool.c Ioana Ciornei
2020-08-31 18:12 ` [PATCH net-next 2/3] dpaa2-eth: add a dpaa2_eth_ prefix to all functions in dpaa2-eth.c Ioana Ciornei
2020-08-31 18:12 ` [PATCH net-next 3/3] dpaa2-eth: add a dpaa2_eth_ prefix to all functions in dpaa2-eth-dcb.c Ioana Ciornei
2020-08-31 19:03 ` [PATCH net-next 0/3] dpaa2-eth: add a dpaa2_eth_ prefix to all functions Jakub Kicinski
2020-09-01 20:17 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).