All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ath10k: fix open brace location in ath10k_wmi_tlv_op_gen_dbglog_cfg()
@ 2018-07-04  9:12 ` Kalle Valo
  0 siblings, 0 replies; 4+ messages in thread
From: Kalle Valo @ 2018-07-04  9:12 UTC (permalink / raw)
  To: ath10k; +Cc: linux-wireless

Fixes a recently added checkpatch warning:

wmi-tlv.c:2703: open brace '{' following function definitions go on the next line

Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
---
 drivers/net/wireless/ath/ath10k/wmi-tlv.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/net/wireless/ath/ath10k/wmi-tlv.c b/drivers/net/wireless/ath/ath10k/wmi-tlv.c
index b04f86f8038a..435295dfe0d4 100644
--- a/drivers/net/wireless/ath/ath10k/wmi-tlv.c
+++ b/drivers/net/wireless/ath/ath10k/wmi-tlv.c
@@ -2702,7 +2702,8 @@ ath10k_wmi_tlv_op_gen_force_fw_hang(struct ath10k *ar,
 
 static struct sk_buff *
 ath10k_wmi_tlv_op_gen_dbglog_cfg(struct ath10k *ar, u64 module_enable,
-				 u32 log_level) {
+				 u32 log_level)
+{
 	struct wmi_tlv_dbglog_cmd *cmd;
 	struct wmi_tlv *tlv;
 	struct sk_buff *skb;

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

* [PATCH] ath10k: fix open brace location in ath10k_wmi_tlv_op_gen_dbglog_cfg()
@ 2018-07-04  9:12 ` Kalle Valo
  0 siblings, 0 replies; 4+ messages in thread
From: Kalle Valo @ 2018-07-04  9:12 UTC (permalink / raw)
  To: ath10k; +Cc: linux-wireless

Fixes a recently added checkpatch warning:

wmi-tlv.c:2703: open brace '{' following function definitions go on the next line

Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
---
 drivers/net/wireless/ath/ath10k/wmi-tlv.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/net/wireless/ath/ath10k/wmi-tlv.c b/drivers/net/wireless/ath/ath10k/wmi-tlv.c
index b04f86f8038a..435295dfe0d4 100644
--- a/drivers/net/wireless/ath/ath10k/wmi-tlv.c
+++ b/drivers/net/wireless/ath/ath10k/wmi-tlv.c
@@ -2702,7 +2702,8 @@ ath10k_wmi_tlv_op_gen_force_fw_hang(struct ath10k *ar,
 
 static struct sk_buff *
 ath10k_wmi_tlv_op_gen_dbglog_cfg(struct ath10k *ar, u64 module_enable,
-				 u32 log_level) {
+				 u32 log_level)
+{
 	struct wmi_tlv_dbglog_cmd *cmd;
 	struct wmi_tlv *tlv;
 	struct sk_buff *skb;


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

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

* Re: [PATCH] ath10k: fix open brace location inath10k_wmi_tlv_op_gen_dbglog_cfg()
  2018-07-04  9:12 ` Kalle Valo
  (?)
@ 2018-07-30 17:45 ` Kalle Valo
  -1 siblings, 0 replies; 4+ messages in thread
From: Kalle Valo @ 2018-07-30 17:45 UTC (permalink / raw)
  To: Kalle Valo; +Cc: ath10k, linux-wireless

Kalle Valo <kvalo@codeaurora.org> wrote:

> Fixes a recently added checkpatch warning:
> 
> wmi-tlv.c:2703: open brace '{' following function definitions go on the next line
> 
> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>

Patch applied to ath-next branch of ath.git, thanks.

1e3c43a7f111 ath10k: fix open brace location in ath10k_wmi_tlv_op_gen_dbglog_cfg()

-- 
https://patchwork.kernel.org/patch/10506253/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

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

* Re: [PATCH] ath10k: fix open brace location inath10k_wmi_tlv_op_gen_dbglog_cfg()
  2018-07-04  9:12 ` Kalle Valo
  (?)
  (?)
@ 2018-07-30 17:45 ` Kalle Valo
  -1 siblings, 0 replies; 4+ messages in thread
From: Kalle Valo @ 2018-07-30 17:45 UTC (permalink / raw)
  To: Kalle Valo; +Cc: linux-wireless, ath10k

Kalle Valo <kvalo@codeaurora.org> wrote:

> Fixes a recently added checkpatch warning:
> 
> wmi-tlv.c:2703: open brace '{' following function definitions go on the next line
> 
> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>

Patch applied to ath-next branch of ath.git, thanks.

1e3c43a7f111 ath10k: fix open brace location in ath10k_wmi_tlv_op_gen_dbglog_cfg()

-- 
https://patchwork.kernel.org/patch/10506253/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches


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

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

end of thread, other threads:[~2018-07-30 19:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-04  9:12 [PATCH] ath10k: fix open brace location in ath10k_wmi_tlv_op_gen_dbglog_cfg() Kalle Valo
2018-07-04  9:12 ` Kalle Valo
2018-07-30 17:45 ` [PATCH] ath10k: fix open brace location inath10k_wmi_tlv_op_gen_dbglog_cfg() Kalle Valo
2018-07-30 17:45 ` 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.