LKML Archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] wifi: ath12k: Fix spelling and smatch issues
@ 2024-05-04 21:45 Jeff Johnson
  2024-05-04 21:45 ` [PATCH 1/2] wifi: ath12k: fix misspelling of "dma" in num_rxmda_per_pdev Jeff Johnson
  2024-05-04 21:45 ` [PATCH 2/2] wifi: ath12k: initialize 'ret' in ath12k_dp_rxdma_ring_sel_config_wcn7850() Jeff Johnson
  0 siblings, 2 replies; 6+ messages in thread
From: Jeff Johnson @ 2024-05-04 21:45 UTC (permalink / raw
  To: Kalle Valo, Jeff Johnson
  Cc: linux-wireless, ath12k, linux-kernel, Jeff Johnson

The original goal was to fix the smatch issue:

drivers/net/wireless/ath/ath12k/dp_rx.c:4065 ath12k_dp_rxdma_ring_sel_config_wcn7850() error: uninitialized symbol 'ret'.

But in the process I discovered a misspelling in a struct member name,
so fix that first.

---
Jeff Johnson (2):
      wifi: ath12k: fix misspelling of "dma" in num_rxmda_per_pdev
      wifi: ath12k: initialize 'ret' in ath12k_dp_rxdma_ring_sel_config_wcn7850()

 drivers/net/wireless/ath/ath12k/dp.c    | 10 +++++-----
 drivers/net/wireless/ath/ath12k/dp_rx.c | 16 ++++++++--------
 drivers/net/wireless/ath/ath12k/dp_tx.c |  2 +-
 drivers/net/wireless/ath/ath12k/hw.c    |  6 +++---
 drivers/net/wireless/ath/ath12k/hw.h    |  2 +-
 drivers/net/wireless/ath/ath12k/wmi.c   |  2 +-
 6 files changed, 19 insertions(+), 19 deletions(-)
---
base-commit: 50971dc6694c0845fcddfe337ea39c5b723d5a92
change-id: 20240501-ath12k_dp_rxdma_ring_sel_config_wcn7850-ret-51c4b5d26572


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

end of thread, other threads:[~2024-05-13 14:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-04 21:45 [PATCH 0/2] wifi: ath12k: Fix spelling and smatch issues Jeff Johnson
2024-05-04 21:45 ` [PATCH 1/2] wifi: ath12k: fix misspelling of "dma" in num_rxmda_per_pdev Jeff Johnson
2024-05-07 10:54   ` Kalle Valo
2024-05-07 14:20     ` Jeff Johnson
2024-05-13 14:14   ` Kalle Valo
2024-05-04 21:45 ` [PATCH 2/2] wifi: ath12k: initialize 'ret' in ath12k_dp_rxdma_ring_sel_config_wcn7850() Jeff Johnson

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 read-only IMAP folder(s) and NNTP newsgroup(s).