All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] ath10k: checkpatch fixes from v3.17
@ 2014-09-14  9:49 ` Kalle Valo
  0 siblings, 0 replies; 24+ messages in thread
From: Kalle Valo @ 2014-09-14  9:49 UTC (permalink / raw)
  To: ath10k; +Cc: linux-wireless

Hi,

some fixes to recently added checkpatch warnings. Please review.

Kalle

---

Kalle Valo (10):
      ath10k: fix parenthesis alignment warning in ath10k_htt_rx_alloc()
      ath10k: fix checkpatch warnings about parenthesis alignment
      ath10k: fix use of multiple blank lines
      ath10k: fix missing a blank line after declarations
      ath10k: fix space after a cast style errors
      ath10k: don't use return on void functions
      ath10k: else is not generally useful after a break or return
      ath10k: miscellaneous checkpatch fixes
      ath10k: reformat help text in ath10k_read_simulate_fw_crash()
      ath10k: use ether_addr_copy()


 drivers/net/wireless/ath/ath10k/bmi.h       |    1 
 drivers/net/wireless/ath/ath10k/ce.c        |    2 -
 drivers/net/wireless/ath/ath10k/ce.h        |   13 ++---
 drivers/net/wireless/ath/ath10k/debug.c     |   33 ++++++--------
 drivers/net/wireless/ath/ath10k/hif.h       |    1 
 drivers/net/wireless/ath/ath10k/htc.c       |   10 +---
 drivers/net/wireless/ath/ath10k/htc.h       |    1 
 drivers/net/wireless/ath/ath10k/htt.c       |    2 -
 drivers/net/wireless/ath/ath10k/htt.h       |    3 -
 drivers/net/wireless/ath/ath10k/htt_rx.c    |   52 +++++++++++----------
 drivers/net/wireless/ath/ath10k/htt_tx.c    |    2 -
 drivers/net/wireless/ath/ath10k/mac.c       |   45 ++++++++----------
 drivers/net/wireless/ath/ath10k/pci.c       |   37 ++++++++-------
 drivers/net/wireless/ath/ath10k/rx_desc.h   |    1 
 drivers/net/wireless/ath/ath10k/targaddrs.h |    1 
 drivers/net/wireless/ath/ath10k/txrx.c      |    2 -
 drivers/net/wireless/ath/ath10k/wmi.c       |   66 ++++++++++++++-------------
 drivers/net/wireless/ath/ath10k/wmi.h       |   17 ++-----
 18 files changed, 132 insertions(+), 157 deletions(-)

_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

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

end of thread, other threads:[~2014-09-18  7:51 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-14  9:49 [PATCH 00/10] ath10k: checkpatch fixes from v3.17 Kalle Valo
2014-09-14  9:49 ` Kalle Valo
2014-09-14  9:50 ` [PATCH 01/10] ath10k: fix parenthesis alignment warning in ath10k_htt_rx_alloc() Kalle Valo
2014-09-14  9:50   ` Kalle Valo
2014-09-14  9:50 ` [PATCH 02/10] ath10k: fix checkpatch warnings about parenthesis alignment Kalle Valo
2014-09-14  9:50   ` Kalle Valo
2014-09-14  9:50 ` [PATCH 03/10] ath10k: fix use of multiple blank lines Kalle Valo
2014-09-14  9:50   ` Kalle Valo
2014-09-14  9:50 ` [PATCH 04/10] ath10k: fix missing a blank line after declarations Kalle Valo
2014-09-14  9:50   ` Kalle Valo
2014-09-14  9:50 ` [PATCH 05/10] ath10k: fix space after a cast style errors Kalle Valo
2014-09-14  9:50   ` Kalle Valo
2014-09-14  9:50 ` [PATCH 06/10] ath10k: don't use return on void functions Kalle Valo
2014-09-14  9:50   ` Kalle Valo
2014-09-14  9:50 ` [PATCH 07/10] ath10k: else is not generally useful after a break or return Kalle Valo
2014-09-14  9:50   ` Kalle Valo
2014-09-14  9:50 ` [PATCH 08/10] ath10k: miscellaneous checkpatch fixes Kalle Valo
2014-09-14  9:50   ` Kalle Valo
2014-09-14  9:50 ` [PATCH 09/10] ath10k: reformat help text in ath10k_read_simulate_fw_crash() Kalle Valo
2014-09-14  9:50   ` Kalle Valo
2014-09-14  9:50 ` [PATCH 10/10] ath10k: use ether_addr_copy() Kalle Valo
2014-09-14  9:50   ` Kalle Valo
2014-09-18  7:50 ` [PATCH 00/10] ath10k: checkpatch fixes from v3.17 Kalle Valo
2014-09-18  7:50   ` Kalle Valo

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.