All of lore.kernel.org
 help / color / mirror / Atom feed
From: Waldemar Rymarkiewicz <ext.waldemar.rymarkiewicz@tieto.com>
To: kvalo@qca.qualcomm.com, ath10k@lists.infradead.org
Cc: linux-wireless@vger.kernel.org,
	Waldemar Rymarkiewicz <ext.waldemar.rymarkiewicz@tieto.com>
Subject: [PATCH] ath10k: remove unneeded semicolon
Date: Thu,  2 Feb 2017 18:53:42 +0100	[thread overview]
Message-ID: <20170202175342.26338-1-ext.waldemar.rymarkiewicz@tieto.com> (raw)

Remove redundant semicolon after switch statement.

Signed-off-by: Waldemar Rymarkiewicz <ext.waldemar.rymarkiewicz@tieto.com>
---
 drivers/net/wireless/ath/ath10k/htt_rx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/ath/ath10k/htt_rx.c b/drivers/net/wireless/ath/ath10k/htt_rx.c
index 12e67c46ea0a..ae1b64584eb2 100644
--- a/drivers/net/wireless/ath/ath10k/htt_rx.c
+++ b/drivers/net/wireless/ath/ath10k/htt_rx.c
@@ -2493,7 +2493,7 @@ bool ath10k_htt_t2h_msg_handler(struct ath10k *ar, struct sk_buff *skb)
 		ath10k_dbg_dump(ar, ATH10K_DBG_HTT_DUMP, NULL, "htt event: ",
 				skb->data, skb->len);
 		break;
-	};
+	}
 	return true;
 }
 EXPORT_SYMBOL(ath10k_htt_t2h_msg_handler);
-- 
2.11.0

WARNING: multiple messages have this Message-ID (diff)
From: Waldemar Rymarkiewicz <ext.waldemar.rymarkiewicz@tieto.com>
To: kvalo@qca.qualcomm.com, ath10k@lists.infradead.org
Cc: Waldemar Rymarkiewicz <ext.waldemar.rymarkiewicz@tieto.com>,
	linux-wireless@vger.kernel.org
Subject: [PATCH] ath10k: remove unneeded semicolon
Date: Thu,  2 Feb 2017 18:53:42 +0100	[thread overview]
Message-ID: <20170202175342.26338-1-ext.waldemar.rymarkiewicz@tieto.com> (raw)

Remove redundant semicolon after switch statement.

Signed-off-by: Waldemar Rymarkiewicz <ext.waldemar.rymarkiewicz@tieto.com>
---
 drivers/net/wireless/ath/ath10k/htt_rx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/ath/ath10k/htt_rx.c b/drivers/net/wireless/ath/ath10k/htt_rx.c
index 12e67c46ea0a..ae1b64584eb2 100644
--- a/drivers/net/wireless/ath/ath10k/htt_rx.c
+++ b/drivers/net/wireless/ath/ath10k/htt_rx.c
@@ -2493,7 +2493,7 @@ bool ath10k_htt_t2h_msg_handler(struct ath10k *ar, struct sk_buff *skb)
 		ath10k_dbg_dump(ar, ATH10K_DBG_HTT_DUMP, NULL, "htt event: ",
 				skb->data, skb->len);
 		break;
-	};
+	}
 	return true;
 }
 EXPORT_SYMBOL(ath10k_htt_t2h_msg_handler);
-- 
2.11.0


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

             reply	other threads:[~2017-02-02 17:53 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-02 17:53 Waldemar Rymarkiewicz [this message]
2017-02-02 17:53 ` [PATCH] ath10k: remove unneeded semicolon Waldemar Rymarkiewicz
2017-02-08 15:01 ` Kalle Valo
2017-02-08 15:01   ` Kalle Valo
  -- strict thread matches above, loose matches on Subject: below --
2019-10-25  9:10 [PATCH] " YueHaibing
2019-10-25  9:10 ` YueHaibing
2019-10-31  8:15 ` Kalle Valo
2019-10-31  8:15 ` Kalle Valo
2013-07-05 14:46 Kalle Valo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170202175342.26338-1-ext.waldemar.rymarkiewicz@tieto.com \
    --to=ext.waldemar.rymarkiewicz@tieto.com \
    --cc=ath10k@lists.infradead.org \
    --cc=kvalo@qca.qualcomm.com \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.