All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] -Wformat fixes
@ 2019-02-22  4:09 Florian Fainelli
  2019-02-22  4:09 ` [PATCH net-next 1/4] mlxsw: spectrum: Avoid -Wformat-truncation warnings Florian Fainelli
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Florian Fainelli @ 2019-02-22  4:09 UTC (permalink / raw)
  To: netdev; +Cc: davem, Florian Fainelli

Hi,

This is a collection of some -Wformat fixes found during build, nothing
critical, but nice to have for people turning on more warnings with
their builds.

Florian Fainelli (4):
  mlxsw: spectrum: Avoid -Wformat-truncation warnings
  net: dsa: mv88e6xxx: Fix -Wformat-security warnings
  e1000e: Fix -Wformat-truncation warnings
  veth: Fix -Wformat-truncation

 drivers/net/dsa/mv88e6xxx/chip.c               | 2 +-
 drivers/net/dsa/mv88e6xxx/ptp.c                | 2 +-
 drivers/net/ethernet/intel/e1000e/netdev.c     | 4 ++--
 drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 4 ++--
 drivers/net/veth.c                             | 3 ++-
 5 files changed, 8 insertions(+), 7 deletions(-)

-- 
2.19.1


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

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

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-22  4:09 [PATCH net-next 0/4] -Wformat fixes Florian Fainelli
2019-02-22  4:09 ` [PATCH net-next 1/4] mlxsw: spectrum: Avoid -Wformat-truncation warnings Florian Fainelli
2019-02-22 13:25   ` Ido Schimmel
2019-02-22  4:09 ` [PATCH net-next 2/4] net: dsa: mv88e6xxx: Fix -Wformat-security warnings Florian Fainelli
2019-02-22 13:14   ` Andrew Lunn
2019-02-22  4:09 ` [Intel-wired-lan] [PATCH net-next 3/4] e1000e: Fix -Wformat-truncation warnings Florian Fainelli
2019-02-22  4:09   ` Florian Fainelli
2019-02-25 18:26   ` [Intel-wired-lan] " Neftin, Sasha
2019-02-25 18:26     ` Neftin, Sasha
2019-02-22  4:09 ` [PATCH net-next 4/4] veth: Fix -Wformat-truncation Florian Fainelli
2019-02-22  4:09   ` Florian Fainelli
2019-02-23 21:45 ` [PATCH net-next 0/4] -Wformat fixes David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.