netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/3] net: ipa: fix warning-reported errors
@ 2020-07-06 23:10 Alex Elder
  2020-07-06 23:10 ` [PATCH net 1/3] net: ipa: fix QMI structure definition bugs Alex Elder
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Alex Elder @ 2020-07-06 23:10 UTC (permalink / raw)
  To: davem, kuba
  Cc: evgreen, subashab, cpratapa, bjorn.andersson, netdev,
	linux-kernel

Building the kernel with W=1 produces numerous warnings for the IPA
code.  Some of those warnings turn out to flag real problems, and
this series fixes them.  The first patch fixes the most important
ones, but the second and third are problems I think are worth
treating as bugs as well.

Note:  I'll happily combine any of these if someone prefers that.

					-Alex

Alex Elder (3):
  net: ipa: fix QMI structure definition bugs
  net: ipa: declare struct types in "ipa_gsi.h"
  net: ipa: include declarations in "ipa_gsi.c"

 drivers/net/ipa/ipa_gsi.c     | 1 +
 drivers/net/ipa/ipa_gsi.h     | 2 ++
 drivers/net/ipa/ipa_qmi_msg.c | 6 +++---
 3 files changed, 6 insertions(+), 3 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2020-07-07 19:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-06 23:10 [PATCH net 0/3] net: ipa: fix warning-reported errors Alex Elder
2020-07-06 23:10 ` [PATCH net 1/3] net: ipa: fix QMI structure definition bugs Alex Elder
2020-07-06 23:10 ` [PATCH net 2/3] net: ipa: declare struct types in "ipa_gsi.h" Alex Elder
2020-07-06 23:10 ` [PATCH net 3/3] net: ipa: include declarations in "ipa_gsi.c" Alex Elder
2020-07-07 19:43 ` [PATCH net 0/3] net: ipa: fix warning-reported errors 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).