And here I'm breaking my own rule, sending over a double of
the max 12 patches limit! :)

But I have a good excuse. I noticed that checkpatch warnings
were rising again, even though I have been trying to tackle
them. Now I was able to reduce them to 25 warnings and it's
now easier for me to follow them. That's why I want to
apply these ASAP.

Please review.

---

Kalle Valo (27):
      ath10k: fix new warning in ath10k_push_board_ext_data()
      ath10k: fix long line in ath10k_htt_htc_attach()
      ath10k: fix long line in ath10k_read_wmi_services()
      ath10k: simple long line fixes
      ath10k: fix long lines related htd credit reporting
      ath10k: fix long lines in htc.c
      ath10k: get rid of unnecessary else branch
      ath10k: fix long lines in htt_rx.c
      ath10k: fix comment style in htt.h
      ath10k: fix long lines in ce.c
      ath10k: rename WMI_CMD_GRP_START_ID()
      ath10k: rename struct wmi_p2p_noa_info::noa_descriptors
      ath10k: shorten ath10k_wmi_pdev_set_wmm_params() declaration
      ath10k: fix few long lines in wmi.c
      ath10k: change config initialisation in ath10k_wmi_cmd_init()
      ath10k: rename hif_ce_completion_state to ath10k_pci_compl
      ath10k: fix a long line in ath10k_pci_hif_dump_area()
      ath10k: pci: rename pipe cleanup functions
      ath10k: pci: rename receive post buffer functions
      ath10k: rename msg_callbacks variable in ath10k_pci_process_ce()
      ath10k: rename struct ath10k_hif_cb field names
      ath10k: simplify arg variable initialisation in ath10k_vdev_start()
      ath10k: simplify arg variable initialisation in ath10k_monitor_start()
      ath10k: fix long lines in ath10k_config_ps_iter()
      ath10k: use min_t() instead of min()
      ath10k: whitespace fixes found by checkpatch
      ath10k: remove multiple assignments


 drivers/net/wireless/ath/ath10k/bmi.c    |    2 
 drivers/net/wireless/ath/ath10k/ce.c     |   43 ++++----
 drivers/net/wireless/ath/ath10k/ce.h     |    3 -
 drivers/net/wireless/ath/ath10k/core.c   |   11 +-
 drivers/net/wireless/ath/ath10k/debug.c  |   10 +-
 drivers/net/wireless/ath/ath10k/hif.h    |   12 +-
 drivers/net/wireless/ath/ath10k/htc.c    |  169 ++++++++++++++++--------------
 drivers/net/wireless/ath/ath10k/htt.c    |    3 -
 drivers/net/wireless/ath/ath10k/htt.h    |  166 ++++++++++++++++++++++-------
 drivers/net/wireless/ath/ath10k/htt_rx.c |   53 ++++++---
 drivers/net/wireless/ath/ath10k/htt_tx.c |    2 
 drivers/net/wireless/ath/ath10k/mac.c    |   85 +++++++++------
 drivers/net/wireless/ath/ath10k/pci.c    |   80 +++++++-------
 drivers/net/wireless/ath/ath10k/pci.h    |    5 +
 drivers/net/wireless/ath/ath10k/wmi.c    |  111 ++++++++++++--------
 drivers/net/wireless/ath/ath10k/wmi.h    |   60 +++++------
 16 files changed, 492 insertions(+), 323 deletions(-)

_______________________________________________
ath9k-devel mailing list
ath9k-devel@lists.ath9k.org
https://lists.ath9k.org/mailman/listinfo/ath9k-devel

Reply via email to