netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/5] net: dsa: Fix C=1 W=1 warnings
@ 2020-07-05 19:30 Andrew Lunn
  2020-07-05 19:30 ` [PATCH net-next 1/5] net: dsa: Add __precpu property to prevent warnings Andrew Lunn
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Andrew Lunn @ 2020-07-05 19:30 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, Florian Fainelli, Heiner Kallweit, Andrew Lunn

Mostly not using __be16 when decoding packet contents.

Andrew Lunn (5):
  net: dsa: Add __precpu property to prevent warnings
  net: dsa: tag_ksz: Fix __be16 warnings
  net: dsa: tag_lan9303: Fix __be16 warnings
  net: dsa: tag_mtk: Fix warnings for __be16
  net: dsa: tag_qca.c: Fix warning for __be16 vs u16

 net/dsa/dsa_priv.h    |  2 +-
 net/dsa/tag_ksz.c     |  9 +++++----
 net/dsa/tag_lan9303.c | 17 +++++++++--------
 net/dsa/tag_mtk.c     |  3 ++-
 net/dsa/tag_qca.c     |  8 +++++---
 5 files changed, 22 insertions(+), 17 deletions(-)

-- 
2.27.0.rc2


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

end of thread, other threads:[~2020-07-05 22:32 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-05 19:30 [PATCH net-next 0/5] net: dsa: Fix C=1 W=1 warnings Andrew Lunn
2020-07-05 19:30 ` [PATCH net-next 1/5] net: dsa: Add __precpu property to prevent warnings Andrew Lunn
2020-07-05 20:40   ` Florian Fainelli
2020-07-05 19:30 ` [PATCH net-next 2/5] net: dsa: tag_ksz: Fix __be16 warnings Andrew Lunn
2020-07-05 20:41   ` Florian Fainelli
2020-07-05 19:30 ` [PATCH net-next 3/5] net: dsa: tag_lan9303: " Andrew Lunn
2020-07-05 20:44   ` Florian Fainelli
2020-07-05 19:30 ` [PATCH net-next 4/5] net: dsa: tag_mtk: Fix warnings for __be16 Andrew Lunn
2020-07-05 20:41   ` Florian Fainelli
2020-07-05 19:30 ` [PATCH net-next 5/5] net: dsa: tag_qca.c: Fix warning for __be16 vs u16 Andrew Lunn
2020-07-05 20:43   ` Florian Fainelli
2020-07-05 22:32 ` [PATCH net-next 0/5] net: dsa: Fix C=1 W=1 warnings 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).