netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] SJA1105 DSA coding style cleanup
@ 2019-10-01 19:17 Vladimir Oltean
  2019-10-01 19:17 ` [PATCH net-next 1/3] net: dsa: sja1105: Don't use "inline" function declarations in C files Vladimir Oltean
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Vladimir Oltean @ 2019-10-01 19:17 UTC (permalink / raw)
  To: andrew, f.fainelli, vivien.didelot, davem; +Cc: netdev, Vladimir Oltean

This series provides some mechanical cleanup patches related to function
names and prototypes.

Vladimir Oltean (3):
  net: dsa: sja1105: Don't use "inline" function declarations in C files
  net: dsa: sja1105: Replace sja1105_spi_send_int with
    sja1105_xfer_{u32,u64}
  net: dsa: sja1105: Rename sja1105_spi_send_packed_buf to
    sja1105_xfer_buf

 drivers/net/dsa/sja1105/sja1105.h             | 16 ++-
 drivers/net/dsa/sja1105/sja1105_clocking.c    | 65 ++++++-------
 .../net/dsa/sja1105/sja1105_dynamic_config.c  | 12 +--
 drivers/net/dsa/sja1105/sja1105_ethtool.c     | 16 +--
 drivers/net/dsa/sja1105/sja1105_main.c        | 18 ++--
 drivers/net/dsa/sja1105/sja1105_ptp.c         | 17 ++--
 drivers/net/dsa/sja1105/sja1105_spi.c         | 97 +++++++++++--------
 7 files changed, 118 insertions(+), 123 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2019-10-02 16:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-01 19:17 [PATCH net-next 0/3] SJA1105 DSA coding style cleanup Vladimir Oltean
2019-10-01 19:17 ` [PATCH net-next 1/3] net: dsa: sja1105: Don't use "inline" function declarations in C files Vladimir Oltean
2019-10-01 19:18 ` [PATCH net-next 2/3] net: dsa: sja1105: Replace sja1105_spi_send_int with sja1105_xfer_{u32,u64} Vladimir Oltean
2019-10-01 19:18 ` [PATCH net-next 3/3] net: dsa: sja1105: Rename sja1105_spi_send_packed_buf to sja1105_xfer_buf Vladimir Oltean
2019-10-02 16:25 ` [PATCH net-next 0/3] SJA1105 DSA coding style cleanup 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).